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