XdmModule.LocationUri PropertyXdmModule.LocationUri PropertyXdmModule::LocationUri Property

Returns the location (URI) from which this module was loaded.

Syntax

Public ReadOnly Property LocationUri As AnyUri
        Get
public AnyUri LocationUri { get; }
public:
property AnyUri^ LocationUri {
    AnyUri^ get();
}
 

Property Value

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The location (URI) from which this module was loaded, or null a null reference (Nothing in Visual Basic) nullptr if this is unavailable.