DynamicContextSettings.BaseOutputURI PropertyDynamicContextSettings.BaseOutputURI PropertyDynamicContextSettings::BaseOutputURI Property

Gets or sets the base output URI.

Syntax

Public Property BaseOutputURI As AnyUri
        Get
        Set(ByVal value As AnyUri)
public AnyUri BaseOutputURI { get; set; }
public:
property AnyUri^ BaseOutputURI {
    AnyUri^ get();
    void set(AnyUri^ value);
}
 

Property Value

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The base output URI.

Exceptions

ExceptionCondition
ArgumentExceptionArgumentExceptionArgumentException The value was set to a relative URI other than EmptyEmptyEmpty, or was an opaque absolute URI.

Remarks

This is the base URI used to resolve relative URIs given in result-document instructions.

By default this property is set to EmptyEmptyEmpty.