다음을 통해 공유


SystemDomainList.Items 속성

정의

도메인 항목 목록을 가져오거나 설정합니다.

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

속성 값

SystemDomainListItem 형식의 컬렉션입니다.

특성

적용 대상