次の方法で共有


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 の一覧。

属性

適用対象