Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the domain list of items.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<SystemDomainListItem>
A collection of type SystemDomainListItem.