次の方法で共有


UserAccessPolicy.ProfileName プロパティ

定義

プロファイルの名前を取得または設定します。 現在、既定値のみがサポートされています。 既定値は DefaultProfile です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象