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