Determines whether this object has a property.
[C#] bool HasProperty(string name)
bool HasProperty(string name)
may throw Exception()
The method returns a value indicating whether this object has the property with the specified name.
None.