ObjVerExHasProperty Method (Object) |
Checks whether an object has a specific property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool HasProperty(
Object prop
)
Public Function HasProperty (
prop As Object
) As Boolean
public:
bool HasProperty(
Object^ prop
)
Parameters
- prop
- Type: SystemObject
A reference to the PropertyDef to look for.
Return Value
Type:
BooleanReturns true if the property was found.
See Also