List of stages and their stats

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public List<VertexExecutionStats> VertexStats { get; set; }
Visual Basic
Public Property VertexStats As List(Of VertexExecutionStats)
	Get
	Set
Visual C++
public:
property List<VertexExecutionStats^>^ VertexStats {
	List<VertexExecutionStats^>^ get ();
	void set (List<VertexExecutionStats^>^ value);
}

See Also