次の方法で共有


RoleAssignment.Name プロパティ

定義

ロールの割り当て名を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象