ObjVerExHasValue(Object) Method
Checks whether an object has a specific property and it's value is not null.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool HasValue(
Object prop
)
- prop Object
- A reference to the PropertyDef to look for.
BooleanReturns true if the property was found.