PageInitializeEventArgs.Context Property
Get the page's initial context.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Context As Object
public Object Context { get; private set; }
public:
property Object^ Context {
Object^ get ();
private: void set (Object^ value);
}
member Context : Object with get, private set
function get Context () : Object
private function set Context (value : Object)
Property Value
Type: System.Object
Returns Object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.