Partager via


Propriété SystemSettingGroup.SystemSettings

Gets or sets the list of system settings.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
    Get 
    Friend Set
'Utilisation
Dim instance As SystemSettingGroup 
Dim value As Collection(Of SystemSetting)

value = instance.SystemSettings
[DataMemberAttribute]
public Collection<SystemSetting> SystemSettings { get; internal set; }
[DataMemberAttribute]
public:
property Collection<SystemSetting^>^ SystemSettings {
    Collection<SystemSetting^>^ get ();
    internal: void set (Collection<SystemSetting^>^ value);
}
[<DataMemberAttribute>]
member SystemSettings : Collection<SystemSetting> with get, internal set
function get SystemSettings () : Collection<SystemSetting>
internal function set SystemSettings (value : Collection<SystemSetting>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<SystemSetting>
The list of system settings.

Voir aussi

Référence

SystemSettingGroup Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts