FeedClockVector::Count Property

Gets the number of elements that are contained in the clock vector.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual property int Count {
	int get () sealed;
}

Property Value

Type: System::Int32
The number of elements that are contained in the clock vector.

Implements

ICollection<T>::Count
Show: