SystemSettingsGetResponse.SystemSettingsGroups Property

 

Applies To: SQL Server 2016 Preview

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

[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingsGroups { get; set; }
public:
[MessageBodyMemberAttribute]
property Collection<SystemSettingGroup^>^ SystemSettingsGroups {
    Collection<SystemSettingGroup^>^ get();
    void set(Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingsGroups : Collection<SystemSettingGroup> with get, set
<MessageBodyMemberAttribute>
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)

Property Value

Type: System.Collections.ObjectModel.Collection<SystemSettingGroup>

The collection of system setting groups to return in the response.

See Also

SystemSettingsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top