public bool IsPropReadable(int propNum)
 {
     return(NativeApiProxy.IsPropReadable(_object, propNum));
 }