ContextDataSourceContextData.Context Property

Definition

Gets or sets the instance of the data context object.

public:
 property System::Object ^ Context { System::Object ^ get(); void set(System::Object ^ value); };
public object Context { get; set; }
member this.Context : obj with get, set
Public Property Context As Object

Property Value

An instance of the data context object.

Applies to