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 のリスト。

属性

適用対象