XmlDocumentType.SystemId Propiedad

Definición

Obtiene el valor del identificador de sistema de la declaración DOCTYPE.

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

Valor de propiedad

Identificador del sistema de la declaración DOCTYPE. Si no hay un identificador del sistema, se devuelve null.

Se aplica a