BasePage.HelpPath Property
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
.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.