SystemSettingGroup.SystemSettings Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the list of system settings.

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

Syntax

[DataMemberAttribute]
public Collection<SystemSetting> SystemSettings { get; internal set; }
public:
[DataMemberAttribute]
property Collection<SystemSetting^>^ SystemSettings {
    Collection<SystemSetting^>^ get();
    internal: void set(Collection<SystemSetting^>^ value);
}
[<DataMemberAttribute>]
member SystemSettings : Collection<SystemSetting> with get, internal set
<DataMemberAttribute>
Public Property SystemSettings As Collection(Of SystemSetting)
    Get
    Friend Set
End Property

Property Value

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

The list of system settings.

See Also

SystemSettingGroup Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top