Gets the value of the system identifier on the notation 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;
The system identifier on the notation. If there is no system identifier, String.Empty is returned.
XmlNotation Class | XmlNotation Members | System.NewXml Namespace