SystemDomainList.Items 속성
Gets or sets the list of items.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
Get
Friend Set
‘사용 방법
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>)
속성 값
유형: System.Collections.ObjectModel.Collection<SystemDomainListItem>
The list of items.