SystemDomainList.Items Property

Definition

Gets or sets the domain list of items.

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

Property Value

A collection of type SystemDomainListItem.

Attributes

Applies to