Share via


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

이 DTD(문서 종류 정의)의 공용 식별자가 들어 있는 String입니다.

설명

XML 문서에서 외부 공용 DTD를 사용하는 경우 이 속성에는 외부 DTD의 공용 식별자가 포함됩니다.

적용 대상

추가 정보