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

Return value

Type: Microsoft.BusinessData.MetadataModel.TypeDescriptor

See also

Reference

EntityView class

EntityView members

Microsoft.BusinessData.MetadataModel namespace