System.Xml.XmlParserContext.SystemId Property

Gets or sets the system identifier.

Syntax

public string SystemId { get; set; }

Value

A string specifying the system identifier.

Remarks

This property, along with XmlParserContext.DocTypeName, XmlParserContext.PublicId, and XmlParserContext.InternalSubset, provides all the document type declaration information. It is used to find and load the necessary DTD information so that you get all the default attributes and entities defined in the DTD.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0