Compartir a través de


SystemDomainList.Items Propiedad

Definición

Obtiene o establece la lista de dominios de los elementos.

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)

Valor de propiedad

Colección de tipo SystemDomainListItem.

Atributos

Se aplica a