Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.BusinessData.Runtime
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetCollectionSize ( _
fieldDotNotation As String _
) As ClientResult(Of Integer)
'Usage
Dim instance As EntityFieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetCollectionSize(fieldDotNotation)
public ClientResult<int> GetCollectionSize(
string fieldDotNotation
)
Parameter
- fieldDotNotation
Typ: System.String
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientResult<Int32>
Siehe auch
Referenz
EntityFieldValueDictionary Klasse