ServiceClient.SystemPropertiesGet メソッド

定義

システムに関する不変な性質を取り戻します。

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemPropertiesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemPropertyValue ^> ^ % SystemProperties);
public Microsoft.MasterDataServices.OperationResult SystemPropertiesGet(Microsoft.MasterDataServices.International International, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> SystemProperties);
member this.SystemPropertiesGet : Microsoft.MasterDataServices.International * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemPropertiesGet (International As International, ByRef SystemProperties As Collection(Of SystemPropertyValue)) As OperationResult

パラメーター

International
International

文化的な設定。

SystemProperties
Collection<SystemPropertyValue>

このメソッドが戻ると、はシステムに関する不変な性質を含みます。 このパラメーターは初期化されていない状態で渡されます。

返品

操作の結果を含む OperationResult オブジェクト。

適用対象