Właściwość SystemSettingGroup.SystemSettings
Pobiera lub ustawia listę ustawień systemu.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<SystemSetting>
Kolekcja typu SystemSetting.