Freigeben über


SystemSettingsGetResponse.SystemSettingsGroups-Eigenschaft

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

SystemSettingsGetResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace