Intersoft ClientUI Documentation
NavigateUri Property (INavigationSource)



Gets or sets a value indicating the unique resource identifier (URI) to navigate to.
Syntax
Property NavigateUri As Uri
Dim instance As INavigationSource
Dim value As Uri
 
instance.NavigateUri = value
 
value = instance.NavigateUri
Uri NavigateUri {get; set;}
property Uri^ NavigateUri {
   Uri^ get();
   void set (    Uri^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

INavigationSource Interface
INavigationSource Members

Send Feedback