CIFSMountConfiguration.UserName Property

Definition

Gets or sets the user to use for authentication against the CIFS file system.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to