Свойство SystemSettingsUpdateRequest.SystemSettingGroups
Gets or sets the system setting groups to update.
Пространство имен: 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>
The collection of system setting groups to update.
См. также
Справочник
SystemSettingsUpdateRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts