Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Set the section's context to be saved for future restoration.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Context As Object
public Object Context { get; set; }
public:
property Object^ Context {
Object^ get ();
void set (Object^ value);
}
member Context : Object with get, set
function get Context () : Object
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.