NamespaceDeclaration Class

Definition

Declares the identifier and the prefix of a XML namespace by storing these string values as separate properties.

public ref class NamespaceDeclaration
public class NamespaceDeclaration
type NamespaceDeclaration = class
Public Class NamespaceDeclaration
Inheritance
NamespaceDeclaration

Constructors

NamespaceDeclaration()

Initializes a new instance of the NamespaceDeclaration class.

Properties

Prefix

Gets the prefix that is used as the XML namespace mapping prefix.

Uri

Gets or sets the uniform resource identifier.

Methods

ToString()

Returns a string that represents the current object.

Applies to