VaultApplicationBaseGetPropertyCustomValue Method |
Invokes the property custom value calculation handler.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual TypedValue GetPropertyCustomValue(
ScriptEnvironment environment
)
Public Overridable Function GetPropertyCustomValue (
environment As ScriptEnvironment
) As TypedValue
public:
virtual TypedValue^ GetPropertyCustomValue(
ScriptEnvironment^ environment
)
Parameters
- environment
- Type: MFiles.VAFScriptEnvironment
The environment that the assembly should process.
Return Value
Type:
TypedValueThe calculated custom value.
See Also