다음을 통해 공유


FileServerReference.SourceDirectory 속성

정의

원본 디렉터리를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="sourceDirectory")]
public string SourceDirectory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceDirectory")>]
member this.SourceDirectory : string with get, set
Public Property SourceDirectory As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

탑재해야 하는 파일 서버 디렉터리입니다. 이 속성을 지정하지 않으면 전체 파일 서버가 탑재됩니다.

적용 대상