Поделиться через


Свойство 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