次の方法で共有


SecurityProfile.LdapsUrls プロパティ

定義

Active Directory と通信する LDAPS プロトコル URL を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ldapsUrls")]
public System.Collections.Generic.IList<string> LdapsUrls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ldapsUrls")>]
member this.LdapsUrls : System.Collections.Generic.IList<string> with get, set
Public Property LdapsUrls As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象