更新するシステム設定グループを取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<MessageBodyMemberAttribute> _
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)
Get
Set
'使用
Dim instance As SystemSettingsUpdateRequest
Dim value As Collection(Of SystemSettingGroup)
value = instance.SystemSettingGroups
instance.SystemSettingGroups = value
[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingGroups { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemSettingGroup^>^ SystemSettingGroups {
Collection<SystemSettingGroup^>^ get ();
void set (Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingGroups : Collection<SystemSettingGroup> with get, set
function get SystemSettingGroups () : Collection<SystemSettingGroup>
function set SystemSettingGroups (value : Collection<SystemSettingGroup>)
プロパティ値
型: System.Collections.ObjectModel.Collection<SystemSettingGroup>
更新するシステム設定グループのコレクション。