次の方法で共有


DatabasePrincipal.Email プロパティ

定義

データベース プリンシパルの電子メール (存在する場合) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象