Member.Collections Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Collections are deprecated.
Spécifie la collection dans laquelle se trouve ce membre
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Collection ^> ^ Collections { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Collection ^> ^ get(); };
[System.Obsolete("Collections are deprecated.")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Collection> Collections { get; }
[<System.Obsolete("Collections are deprecated.")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Collections : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Collection>
Public ReadOnly Property Collections As Collection(Of Collection)
Valeur de propriété
Collection à laquelle ce membre appartient.
- Attributs