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