Dela via


CacheUsernameDownloadSettings.UserFileURI Property

Definition

Gets or sets the URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to