Intersoft ClientUI Documentation
IsFragmentUri Property



Determines whether the mapped source is a fragment URI.
Syntax
Public Property IsFragmentUri As Boolean
Dim instance As VirtualizedUri
Dim value As Boolean
 
instance.IsFragmentUri = value
 
value = instance.IsFragmentUri
public bool IsFragmentUri {get; set;}
public:
property bool IsFragmentUri {
   bool get();
   void set (    bool 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