Share via


UserBase.UserType Property

Definition

Gets or sets a string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Possible values include: 'Member', 'Guest'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to