次の方法で共有


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 オブジェクトです。

適用対象