BasePage.HelpContext Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property HelpContext As String
public string HelpContext { get; protected set; }
public:
virtual property String^ HelpContext {
String^ get () sealed;
protected: void set (String^ value) sealed;
}
abstract HelpContext : string with get, set
override HelpContext : string with get, set
final function get HelpContext () : String
protected final function set HelpContext (value : String)
Property Value
Type: System.String
Returns String.
Implements
.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.