Share via


IUserSet.UserType Property

Definition

The type of user.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.UserType) }, ReadOnly=false, Required=false, SerializedName="userType")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.UserType? UserType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.UserType) }, ReadOnly=false, Required=false, SerializedName="userType")>]
member this.UserType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.UserType> with get, set
Public Property UserType As Nullable(Of UserType)

Property Value

Attributes

Applies to