XmlSchemaDocumentation.Source 속성

정의

정보의 URI(Uniform Resource Identifier) 소스를 가져오거나 설정합니다.

public:
 property System::String ^ Source { System::String ^ get(); void set(System::String ^ value); };
public string? Source { get; set; }
public string Source { get; set; }
member this.Source : string with get, set
Public Property Source As String

속성 값

String

URI 참조입니다. 기본값은 String.Empty입니다. 선택 사항입니다.

설명

원본은 URI 참조여야 합니다.

선택 사항입니다.

적용 대상