enum jnc.PropertyKind

enum PropertyKind {
    Undefined = 0,
    Normal,
    Thunk,
    DataThunk,
    Internal,
    _Count,
};