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