Udostępnij przez


Właściwość Member.Collections

Pobiera lub ustawia ArrayOfMasterDataCollection, który zawiera elementy nadrzędne typu kolekcja.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<Collection>
Kolekcja Typ kolekcji.