Share via


BasePage.HelpContext Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

INavigationPage.HelpContext

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace