Intersoft ClientUI Documentation
UriMapper Property (UXNavigationWindow)



Gets or sets the UriMapper object to provide URI mapping capability.
Syntax
<CategoryAttribute("Common Properties")>
Public Property UriMapper As UriMapperBase
Dim instance As UXNavigationWindow
Dim value As UriMapperBase
 
instance.UriMapper = value
 
value = instance.UriMapper
[CategoryAttribute("Common Properties")]
public UriMapperBase UriMapper {get; set;}
[CategoryAttribute("Common Properties")]
public:
property UriMapperBase^ UriMapper {
   UriMapperBase^ get();
   void set (    UriMapperBase^ 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

UXNavigationWindow Class
UXNavigationWindow Members

Send Feedback