Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the number of elements that are contained in the clock vector.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As FeedClockVector
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int
Property Value
The number of elements that are contained in the clock vector.
See Also
Reference
FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace