IDynamicDataSource.ContextType Property

Definition

Gets the type of the DataContext class.

public:
 property Type ^ ContextType { Type ^ get(); void set(Type ^ value); };
public Type ContextType { get; set; }
member this.ContextType : Type with get, set
Public Property ContextType As Type

Property Value

The type associated with the class.

Applies to