다음을 통해 공유


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.

참고 항목

참조

SystemSettingGroup 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스