Compartir a través de


SystemSettingsUpdateRequest.SystemSettingGroups Propiedad

Definición

Especifica los grupos de configuración del sistema que se van a actualizar.

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)

Valor de propiedad

Los grupos de configuraciones del sistema para actualizar.

Atributos

Se aplica a