SystemSettingGroup.SystemSettings 속성
Gets or sets a list of system settings.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
Get
Set
‘사용 방법
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>)
속성 값
유형: System.Collections.ObjectModel.Collection<SystemSetting>
A collection of type SystemSetting.