Determines whether this object has a property.

 

   

Syntax
 

[C#]
bool HasProperty(string name)
[Visual Basic]
Function HasProperty(name As String) As Boolean

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
name The name of the property.
return Whether this object has the property.

 

   

Notes
 

The method returns a value indicating whether this object has the property with the specified name.

 

   

Example
 

None.