ObjVerExHasProperty Method (MFIdentifier) |
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(
MFIdentifier prop
)
Public Function HasProperty (
prop As MFIdentifier
) As Boolean
public:
bool HasProperty(
MFIdentifier^ prop
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the PropertyDef to look for.
Return Value
Type:
BooleanReturns true if the property was found.
See Also