다음을 통해 공유


SystemSettingGroup.SystemSettings 속성

정의

시스템 설정 목록을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ SystemSettings { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSetting> SystemSettings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SystemSettings : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSetting> with get, set
Public Property SystemSettings As Collection(Of SystemSetting)

속성 값

SystemSetting 형식의 컬렉션입니다.

특성

적용 대상