User.Type プロパティ

定義

ユーザーの種類を取得します。

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

プロパティ値

ユーザーの種類。

適用対象