User.Type Property

Definition

Gets the user type.

public:
 property UserType Type { UserType get(); };
UserType Type();
public UserType Type { get; }
var userType = user.type;
Public ReadOnly Property Type As UserType

Property Value

The user type.

Applies to