Propriedade do RDL SystemDomainList.Items
Gets or sets the list of items.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Collections.ObjectModel.Collection<SystemDomainListItem>
The list of items.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts