kiranhh
13 years agoOccasional Contributor
aqObject.IsSupported for Sub proprties
Hi,
aqObject.IsSupported works for a property which is at first level. But how to find sub property exists or not?
For Example:
aqObject.IsSupported works for a property which is at first level. But how to find sub property exists or not?
For Example:
aqObject.IsSupported works for UIObject.Properties_2, But for UIObject.Properties_2.AllowUserToClearInput, aqObject.IsSupported does not work.