SystemDomainList.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定與系統網域清單相關聯的 專案 清單。
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 清單。
- 屬性