Właściwość SystemDomainList.Items
Pobiera lub ustawia domena listę elementów.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
Get
Set
'Użycie
Dim instance As SystemDomainList
Dim value As Collection(Of SystemDomainListItem)
value = instance.Items
instance.Items = value
[DataMemberAttribute]
public Collection<SystemDomainListItem> Items { get; set; }
[DataMemberAttribute]
public:
property Collection<SystemDomainListItem^>^ Items {
Collection<SystemDomainListItem^>^ get ();
void set (Collection<SystemDomainListItem^>^ value);
}
[<DataMemberAttribute>]
member Items : Collection<SystemDomainListItem> with get, set
function get Items () : Collection<SystemDomainListItem>
function set Items (value : Collection<SystemDomainListItem>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<SystemDomainListItem>
Kolekcja typu SystemDomainListItem.