[]
Queries the bit map to determine if a property has been set.
protected bool IsDefined(object prop)
Protected Function IsDefined(prop As Object) As Boolean
Type | Name | Description |
---|---|---|
object | prop | Object containing the property |
Type | Description |
---|---|
bool | true if set; false otherwise |