del método AppBdcCatalog.GetLobSystemProperty
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 GetLobSystemProperty ( _
lobSystemName As String, _
propertyName As String _
) As ClientResult(Of String)
'Uso
Dim instance As AppBdcCatalog
Dim lobSystemName As String
Dim propertyName As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetLobSystemProperty(lobSystemName, _
propertyName)
public ClientResult<string> GetLobSystemProperty(
string lobSystemName,
string propertyName
)
Parámetros
- lobSystemName
Tipo: System.String
- propertyName
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>