次の方法で共有


AppBdcCatalog.GetLobSystemProperty メソッド

名前空間:  Microsoft.BusinessData.MetadataModel
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function GetLobSystemProperty ( _
    lobSystemName As String, _
    propertyName As String _
) As ClientResult(Of String)
'使用
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
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<String>

関連項目

参照先

AppBdcCatalog クラス

AppBdcCatalog メンバー

Microsoft.BusinessData.MetadataModel 名前空間