SystemDomainList.Items プロパティ

アイテムのドメイン リストを取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
    Get
    Set
'使用
Dim instance As SystemDomainList
Dim value As Collection(Of SystemDomainListItem)

value = instance.Items

instance.Items = value
[DataMemberAttribute]
public Collection<SystemDomainListItem> Items { get; set; }
[DataMemberAttribute]
public:
property Collection<SystemDomainListItem^>^ Items {
    Collection<SystemDomainListItem^>^ get ();
    void set (Collection<SystemDomainListItem^>^ value);
}
[<DataMemberAttribute>]
member Items : Collection<SystemDomainListItem> with get, set
function get Items () : Collection<SystemDomainListItem>
function set Items (value : Collection<SystemDomainListItem>)

プロパティ値

型: System.Collections.ObjectModel.Collection<SystemDomainListItem>
SystemDomainListItem 型のコレクション。

関連項目

参照

SystemDomainList クラス

Microsoft.MasterDataServices 名前空間