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