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
- fieldInstanceDotNotation
Type: System.String
- fieldDotNotation
Type: System.String
See also
Reference
EntityFieldValueDictionary class