Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Gets the name of the method on the external system.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LobName As String
Get
'Usage
Dim instance As IMethod
Dim value As String
value = instance.LobName
string LobName { get; }
Property Value
Type: System.String
The name of the method on the external system
Remarks
The LobName of a method matches the name of the operation as declared on the external system. The name of the method can be changed based on the requirements of the application. This allows overloads by creating multiple methods that specify different ways of invoking a particular operation on the external system.