XmlSchemaAppInfo.Source 속성

정의

애플리케이션 정보의 원본을 가져오거나 설정합니다.

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

속성 값

URI(Uniform Resource Identifier) 참조입니다. 기본값은 String.Empty입니다. Optional.

설명

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

적용 대상