SPFieldMultiChoiceValue.Count-Eigenschaft
Ruft die Anzahl der Werte im Feld an.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPFieldMultiChoiceValue
Dim value As Integer
value = instance.Count
public int Count { get; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die die Anzahl von Werten angibt.
Siehe auch
Referenz
SPFieldMultiChoiceValue Klasse