Compartir a través de


SystemDomainList.Items Propiedad

Gets or sets the list of items.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
    Get 
    Friend Set
'Uso
Dim instance As SystemDomainList 
Dim value As Collection(Of SystemDomainListItem)

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

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<SystemDomainListItem>
The list of items.

Vea también

Referencia

SystemDomainList Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts