CacheUsernameDownloadSettings.LdapServer Property

Definition

Gets or sets the fully qualified domain name or IP address of the LDAP server to use.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to