FieldValueDictionary.CreateInstance method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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

Return value

Type: System.Object
Returns Object.

Implements

IFieldValueDictionary.CreateInstance(String)

See also

Reference

FieldValueDictionary class

FieldValueDictionary members

Microsoft.SharePoint.BusinessData.Runtime namespace