User.Type 属性

定义

获取用户类型。

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

属性值

用户类型。

适用于