XmlQualifiedName Constructor (String) |
Initializes a new instance of the System.Xml.XmlQualifiedName class with
the specified name.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public XmlQualifiedName(
string name
)
Parameters
- name
- Type: SystemString
The local name to use as the name of the System.Xml.XmlQualifiedName object.
See Also