XDocumentType.PublicId プロパティ

定義

このドキュメント型定義 (DTD) のパブリック ID を取得または設定します。

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

プロパティ値

String

このドキュメント型定義 (DTD) のパブリック ID が格納されている String

注釈

XML ドキュメントで外部パブリック DTD を使用する場合、このプロパティには外部 DTD のパブリック識別子が含まれます。

適用対象

こちらもご覧ください