LinqDataSource.IDynamicDataSource.ContextType Property

Definition

For a description of this member, see 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

Property Value

The type that is associated with the class.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the LinqDataSource instance is cast to an IDynamicDataSource interface.

Applies to