FieldValueDictionary.CreateInstance Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Function CreateInstance ( _
fieldDotNotation As String _
) As Object
'Usage
Dim instance As FieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As Object
returnValue = instance.CreateInstance(fieldDotNotation)
public Object CreateInstance(
string fieldDotNotation
)
Parameters
- fieldDotNotation
Type: System.String
Return Value
Type: System.Object
Implements
IFieldValueDictionary.CreateInstance(String)