Aracılığıyla paylaş


EntityLabel.RoleId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="roleId")]
public string RoleId { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="roleId")]
public Guid? RoleId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="roleId")>]
member this.RoleId : string with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="roleId")>]
member this.RoleId : Nullable<Guid> with get, set
Public Property RoleId As String
Public Property RoleId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to