共用方式為


User.UserType Property

Definition

Gets or sets type of the user. Possible values include: 'Share', 'LocalManagement', 'ARM'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to