Compartilhar via


Propriedade do RDL SystemSettingGroups

Gets or sets an array of SystemSettingGroup instances.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemSettingGroup> ) > ) >
Collection of type SystemSettingGroup.