LinqDataSource.IDynamicDataSource.ContextType 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.
Pour obtenir une description de ce membre, consultez IDynamicDataSource.
property Type ^ System::Web::DynamicData::IDynamicDataSource::ContextType { Type ^ get(); void set(Type ^ value); };
Type System.Web.DynamicData.IDynamicDataSource.ContextType { get; set; }
member this.System.Web.DynamicData.IDynamicDataSource.ContextType : Type with get, set
Property ContextType As Type Implements IDynamicDataSource.ContextType
Valeur de propriété
Type associé à la classe.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de LinqDataSource est castée en interface IDynamicDataSource.