EntityView.GetTypeDescriptor method
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetTypeDescriptor ( _
fieldDotNotation As String _
) As TypeDescriptor
'Usage
Dim instance As EntityView
Dim fieldDotNotation As String
Dim returnValue As TypeDescriptor
returnValue = instance.GetTypeDescriptor(fieldDotNotation)
public TypeDescriptor GetTypeDescriptor(
string fieldDotNotation
)
Parameters
- fieldDotNotation
Type: System.String
Return value
Type: Microsoft.BusinessData.MetadataModel.TypeDescriptor