Progress metrics per source Autopilot cluster

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

Syntax

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

See Also