Gets the value of the public identifier on the DOCTYPE declaration.
[Visual Basic] Public ReadOnly Property PublicId As String [C#] public string PublicId {get;} [C++] public: __property String* get_PublicId(); [JScript] public function get PublicId() : String;
The public identifier on the DOCTYPE. If there is no public identifier, String.Empty is returned.
XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace