Intersoft ClientUI Documentation
MatchedMap Property



The matched UriMapping of the virtualized URI.
Syntax
Public Property MatchedMap As UriMapping
Dim instance As VirtualizedUri
Dim value As UriMapping
 
instance.MatchedMap = value
 
value = instance.MatchedMap
public UriMapping MatchedMap {get; set;}
public:
property UriMapping^ MatchedMap {
   UriMapping^ get();
   void set (    UriMapping^ 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

VirtualizedUri Class
VirtualizedUri Members

Send Feedback