EntityFieldValueDictionary.GetCollectionSize method

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  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
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Int32>

See also

Reference

EntityFieldValueDictionary class

EntityFieldValueDictionary members

Microsoft.BusinessData.Runtime namespace