INavigationNode.Page Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Property Page As INavigationPage
INavigationPage Page { get; set; }
property INavigationPage^ Page {
INavigationPage^ get ();
void set (INavigationPage^ value);
}
abstract Page : INavigationPage with get, set
function get Page () : INavigationPage
function set Page (value : INavigationPage)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPage
Returns INavigationPage.
.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.