XdmModule.Location PropertyXdmModule.Location PropertyXdmModule::Location Property

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

Syntax

Public ReadOnly Property Location As String
        Get
public string Location { get; }
public:
property String^ Location {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

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