次の方法で共有


SystemSettingsGetResponse.SystemSettingsGroups プロパティ

応答で返されるシステム設定グループを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)
    Get 
    Set
'使用
Dim instance As SystemSettingsGetResponse 
Dim value As Collection(Of SystemSettingGroup)

value = instance.SystemSettingsGroups

instance.SystemSettingsGroups = value
[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingsGroups { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemSettingGroup^>^ SystemSettingsGroups {
    Collection<SystemSettingGroup^>^ get ();
    void set (Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingsGroups : Collection<SystemSettingGroup> with get, set
function get SystemSettingsGroups () : Collection<SystemSettingGroup>
function set SystemSettingsGroups (value : Collection<SystemSettingGroup>)

プロパティ値

型: System.Collections.ObjectModel.Collection<SystemSettingGroup>
応答で返されるシステム設定グループのコレクション。

関連項目

参照

SystemSettingsGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間