다음을 통해 공유


SystemDomainList.Items 속성

정의

시스템 도메인 목록과 연결된 항목 의 목록을 지정합니다.

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

속성 값

시스템 도메인 목록과 연결되는 SystemDomainListItem의 목록입니다.

특성

적용 대상