Compartir a través de


SystemSettingsUpdateRequest.SystemSettingGroups Propiedad

Gets or sets the system setting groups to update.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<SystemSettingGroup>
The collection of system setting groups to update.

Vea también

Referencia

SystemSettingsUpdateRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts