XMLNamespace.URI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that represents the Uniform Resource Identifier (URI) of the associated namespace.
public:
property System::String ^ URI { System::String ^ get(); };
public string URI { get; }
member this.URI : string
Public ReadOnly Property URI As String