IMethod.LobName Property
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.