ObjVerExHasValue Method (Object) |
Checks whether an object has a specific property and it's value is not null.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool HasValue(
Object prop
)
Public Function HasValue (
prop As Object
) As Boolean
public:
bool HasValue(
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