Свойство SystemSettingGroup.SystemSettings
Gets or sets the list of system settings.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
Get
Friend Set
'Применение
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>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<SystemSetting>
The list of system settings.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts