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