SystemSettingsGetResponse.SystemSettingsGroups Property

Definition

Specifies the system setting groups to return in the response.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ SystemSettingsGroups { 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> SystemSettingsGroups { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SystemSettingsGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup> with get, set
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)

Property Value

The system setting groups to return in the response.

Attributes

Applies to