共用方式為


Collections 屬性

Gets or sets an ArrayOfMasterDataCollection that includes collection type parent members.

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

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
    Get
    Set
'用途
Dim instance As Member
Dim value As Collection(Of Collection)

value = instance.Collections

instance.Collections = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Collection> Collections { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Collection^>^ Collections {
    Collection<Collection^>^ get ();
    void set (Collection<Collection^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Collections : Collection<Collection> with get, set
function get Collections () : Collection<Collection>
function set Collections (value : Collection<Collection>)

屬性值

型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Collection> ) > ) >
A collection of type Collection.