XmlDocumentType.PublicId Property

Definition

Gets the value of the public identifier on the DOCTYPE declaration.

public:
 property System::String ^ PublicId { System::String ^ get(); };
public string? PublicId { get; }
public string PublicId { get; }
member this.PublicId : string
Public ReadOnly Property PublicId As String

Property Value

The public identifier on the DOCTYPE. If there is no public identifier, null is returned.

Applies to