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