VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Common
ObjVerEx Class
ObjVerEx Methods
HasValue Method
HasValue Method (Object)
HasValue Method (MFIdentifier)
ObjVerEx
HasValue Method (MFIdentifier)
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.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
bool
HasValue
(
MFIdentifier
prop
)
Parameters
prop
Type:
MFiles.VAF.Configuration
MFIdentifier
A reference to the PropertyDef to look for.
Return Value
Type:
Boolean
Returns true if the property was found.
See Also
Reference
ObjVerEx Class
HasValue Overload
MFiles.VAF.Common Namespace