XDocumentType.PublicId Proprietà

Definizione

Ottiene o imposta l'identificatore pubblico per questa definizione DTD (Document Type Definition).

public:
 property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
public string? PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String

Valore della proprietà

String

String che contiene l'identificatore pubblico per questa definizione DTD (Document Type Definition).

Commenti

Se un documento XML utilizza un DTD pubblico esterno, questa proprietà conterrà l'identificatore pubblico del DTD esterno.

Si applica a

Vedi anche