| UserTokenPPPAccess Property |
The level of access this user has to the ParaPlan Passenger Portal
0 = Not Registered
1 = Has Access
2 = Blocked
3 = Needs Validation
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int PPPAccess { get; set; }
public:
property int PPPAccess {
int get ();
void set (int value);
}
function get_PPPAccess();
function set_PPPAccess(value);
Property Value
Type:
Int32See Also