XDocumentType.PublicId 属性

定义

获取或设置此文档类型定义 (DTD) 的公共标识符。

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

一个 String,其中包含此文档类型定义 (DTD) 的公共标识符。

注解

如果 XML 文档使用外部公共 DTD,则此属性将包含外部 DTD 的公共标识符。

适用于

另请参阅