共用方式為


SystemDomainList.Items 屬性

Gets or sets the domain list of items.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Items As Collection(Of SystemDomainListItem)
    Get
    Set
'用途
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>)

屬性值

型別:System.Collections.ObjectModel.Collection<SystemDomainListItem>
A collection of type SystemDomainListItem.

請參閱

參考

SystemDomainList 類別

Microsoft.MasterDataServices 命名空間