Compartir a través de


SystemSettingsGetResponse.SystemSettingsGroups Propiedad

Gets or sets the system setting groups to return in the response.

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

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)
    Get 
    Set
'Uso
Dim instance As SystemSettingsGetResponse 
Dim value As Collection(Of SystemSettingGroup)

value = instance.SystemSettingsGroups

instance.SystemSettingsGroups = value
[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingsGroups { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemSettingGroup^>^ SystemSettingsGroups {
    Collection<SystemSettingGroup^>^ get ();
    void set (Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingsGroups : Collection<SystemSettingGroup> with get, set
function get SystemSettingsGroups () : Collection<SystemSettingGroup>
function set SystemSettingsGroups (value : Collection<SystemSettingGroup>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<SystemSettingGroup>
The collection of system setting groups to return in the response.

Vea también

Referencia

SystemSettingsGetResponse Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts