BasePage.ShowNavigationNodeEnabled Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ShowNavigationNodeEnabled As Boolean
public virtual bool ShowNavigationNodeEnabled { get; }
public:
virtual property bool ShowNavigationNodeEnabled {
bool get ();
}
abstract ShowNavigationNodeEnabled : bool with get
override ShowNavigationNodeEnabled : bool with get
function get ShowNavigationNodeEnabled () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Implements
INavigationPage.ShowNavigationNodeEnabled
.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.