ObjVerExGetProperty Method (Object) |
Returns the specified object property if found.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyValue GetProperty(
Object prop
)
Public Function GetProperty (
prop As Object
) As PropertyValue
public:
PropertyValue^ GetProperty(
Object^ prop
)
Parameters
- prop
- Type: SystemObject
The PropertyDef id of the property to look for.
Return Value
Type:
PropertyValueReturns null if not found.
See Also