EntityFieldValueDictionary.CreateCollectionInstance method
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub CreateCollectionInstance ( _
fieldDotNotation As String, _
size As Integer _
)
'Usage
Dim instance As EntityFieldValueDictionary
Dim fieldDotNotation As String
Dim size As Integer
instance.CreateCollectionInstance(fieldDotNotation, _
size)
public void CreateCollectionInstance(
string fieldDotNotation,
int size
)
Parameters
- fieldDotNotation
Type: System.String
- size
Type: System.Int32
See also
Reference
EntityFieldValueDictionary class