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.

Remarks

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

If this is set to a relative URI, then the base URI is resolved against the base URI of the transformation.

By default this property is set to null a null reference (Nothing in Visual Basic) nullptr.