Condividi tramite


RoleDefinition.IsServiceRole Property

Definition

Gets or sets if this is a service role.

[Newtonsoft.Json.JsonProperty(PropertyName="isServiceRole")]
public bool? IsServiceRole { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isServiceRole")>]
member this.IsServiceRole : Nullable<bool> with get, set
Public Property IsServiceRole As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to