XmlDocumentType.SystemId プロパティ

定義

DOCTYPE 宣言のシステム ID の値を取得します。

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

プロパティ値

DOCTYPE のシステム ID。 システム ID がない場合は、null が返されます。

適用対象