Intersoft ClientUI Documentation
BaseURI Property



Gets the base URI of the current node.
Syntax
Public Overrides ReadOnly Property BaseURI As String
Dim instance As XPSParser
Dim value As String
 
value = instance.BaseURI
public override string BaseURI {get;}
public:
property String^ BaseURI {
   String^ get() override;
}

Property Value

The base URI of the current node.
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

XPSParser Class
XPSParser Members

Send Feedback