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!

XmlEntity.PublicId

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;

Property Value

The public identifier on the entity. If there is no public identifier, String.Empty is returned.

See Also

XmlEntity Class | XmlEntity Members | System.NewXml Namespace