共用方式為


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.

請參閱

參考

SystemDomainList 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間