BasePage.HelpPath 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 HelpPath As String
public string HelpPath { get; protected set; }
public:
virtual property String^ HelpPath {
    String^ get () sealed;
    protected: void set (String^ value) sealed;
}
abstract HelpPath : string with get, set 
override HelpPath : string with get, set
final function get HelpPath () : String 
protected final function set HelpPath (value : String)

Property Value

Type: System.String
Returns String.

Implements

INavigationPage.HelpPath

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace