SystemSettingsUpdateRequest.SystemSettingGroups Property

Definition

Specifies the system setting groups to update.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ SystemSettingGroups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup> SystemSettingGroups { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SystemSettingGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup> with get, set
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)

Property Value

The system setting groups to update.

Attributes

Applies to