Share via


AppBdcCatalog.GetLobSystemProperty(String, String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<string> GetLobSystemProperty (string lobSystemName, string propertyName);
member this.GetLobSystemProperty : string * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function GetLobSystemProperty (lobSystemName As String, propertyName As String) As ClientResult(Of String)

Parameters

lobSystemName
String
propertyName
String

Returns

Attributes

Applies to