del método Entity.GetUpdaterView
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 GetUpdaterView ( _
updaterName As String _
) As EntityView
'Uso
Dim instance As Entity
Dim updaterName As String
Dim returnValue As EntityView
returnValue = instance.GetUpdaterView(updaterName)
public EntityView GetUpdaterView(
string updaterName
)
Parámetros
- updaterName
Tipo: System.String
Valor devuelto
Tipo: Microsoft.BusinessData.MetadataModel.EntityView