EntityFieldValueDictionary.CreateInstance method

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub CreateInstance ( _
    fieldInstanceDotNotation As String, _
    fieldDotNotation As String _
)
'Usage
Dim instance As EntityFieldValueDictionary
Dim fieldInstanceDotNotation As String
Dim fieldDotNotation As String

instance.CreateInstance(fieldInstanceDotNotation, _
    fieldDotNotation)
public void CreateInstance(
    string fieldInstanceDotNotation,
    string fieldDotNotation
)

Parameters

See also

Reference

EntityFieldValueDictionary class

EntityFieldValueDictionary members

Microsoft.BusinessData.Runtime namespace