ClientValueObjectCollection<T>.Count - Propriété
Gets the number of items in the collection.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As ClientValueObjectCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Valeur de propriété
Type : System.Int32
The number of items in the collection
Voir aussi
Référence
ClientValueObjectCollection<T> classe