SystemDomainList.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of the items that are associated with the system domain list.
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)
Property Value
The list of the SystemDomainListItem that are associated with the system domain list.
- Attributes