del método EntityView.GetType
Espacio de nombres: Microsoft.BusinessData.MetadataModel
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetType ( _
fieldDotNotation As String _
) As ClientResult(Of String)
'Uso
Dim instance As EntityView
Dim fieldDotNotation As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetType(fieldDotNotation)
public ClientResult<string> GetType(
string fieldDotNotation
)
Parámetros
- fieldDotNotation
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>