다음을 통해 공유


Items 필드

The SystemDomainListItem list.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute> _
Public Items As Collection(Of SystemDomainListItem)
‘사용 방법
Dim instance As SystemDomainList
Dim value As Collection(Of SystemDomainListItem)

value = instance.Items

instance.Items = value
[DataMemberAttribute]
public Collection<SystemDomainListItem> Items
[DataMemberAttribute]
public:
Collection<SystemDomainListItem^>^ Items
[<DataMemberAttribute>]
val mutable Items: Collection<SystemDomainListItem>
public var Items : Collection<SystemDomainListItem>