ObjVerExHasProperty(MFIdentifier) Method

Checks whether an object has a specific property.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool HasProperty(
	MFIdentifier prop
)

Parameters

prop  MFIdentifier
A reference to the PropertyDef to look for.

Return Value

Boolean
Returns true if the property was found.

See Also