次の方法で共有


XmlDocumentType.SystemId プロパティ

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

Public ReadOnly Property SystemId As String
[C#]
public string SystemId {get;}
[C++]
public: __property String* get_SystemId();
[JScript]
public function get SystemId() : String;

プロパティ値

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlDocumentType クラス | XmlDocumentType メンバ | System.Xml 名前空間