Partager via


Propriété FeedClockVector.Count

Obtient le nombre des éléments contenus dans le vecteur horloge.

Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer
'Utilisation
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

Valeur de propriété

Le nombre des éléments contenus dans le vecteur horloge.

Voir aussi

Référence

Classe FeedClockVector
Membres FeedClockVector
Espace de noms Microsoft.Synchronization.FeedSync