Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a list of system settings.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
Get
Set
'Usage
Dim instance As SystemSettingGroup
Dim value As Collection(Of SystemSetting)
value = instance.SystemSettings
instance.SystemSettings = value
[DataMemberAttribute]
public Collection<SystemSetting> SystemSettings { get; set; }
[DataMemberAttribute]
public:
property Collection<SystemSetting^>^ SystemSettings {
Collection<SystemSetting^>^ get ();
void set (Collection<SystemSetting^>^ value);
}
[<DataMemberAttribute>]
member SystemSettings : Collection<SystemSetting> with get, set
function get SystemSettings () : Collection<SystemSetting>
function set SystemSettings (value : Collection<SystemSetting>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<SystemSetting>
A collection of type SystemSetting.