XmlDocumentType.PublicId 속성

정의

DOCTYPE 선언의 공용 식별자 값을 가져옵니다.

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

속성 값

String

DOCTYPE의 공용 식별자입니다. 공용 식별자가 없으면 null이 반환됩니다.

적용 대상