NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocumentType.SystemId

Gets the value of the system identifier on the DOCTYPE declaration.

[Visual Basic]
Public ReadOnly Property SystemId As String
[C#]
public string SystemId {get;}
[C++]
public: __property String* get_SystemId();
[JScript]
public function get SystemId() : String;

Property Value

The system identifier on the DOCTYPE. If there is no system identifier, String.Empty is returned.

See Also

XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace