SystemSettingsGetResponse.SystemSettingsGroups 属性

Gets or sets the system setting groups to return in the response.

命名空间:  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>
The collection of system setting groups to return in the response.

请参阅

参考

SystemSettingsGetResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间