Partager via


Propriété Member.Collections

Gets or sets the collection which the member is in.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
    Get 
    Friend Set
'Utilisation
Dim instance As Member 
Dim value As Collection(Of Collection)

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

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Collection>
The collection which the member is in.

Voir aussi

Référence

Member Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts