Share via


UserAccessPolicy.ProfileName Property

Definition

Gets or sets the name of the profile. Currently only the default is supported. The default value is 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to