Partager via


Propriété SystemDomainList.Items

Gets or sets the list of items.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
    Get 
    Friend Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

SystemDomainList Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts