Share via


FileServerReference.SourceDirectory Property

Definition

Gets or sets source directory.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

File Server directory that needs to be mounted. If this property is not specified, the entire File Server will be mounted.

Applies to