Freigeben über


FeedClockVector.Count-Eigenschaft

Ruft die Anzahl der im Taktvektor enthaltenen Elemente ab.

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

Eigenschaftenwert

Die Anzahl der im Taktvektor enthaltenen Elemente.

Siehe auch

Verweis

FeedClockVector-Klasse
FeedClockVector-Member
Microsoft.Synchronization.FeedSync-Namespace