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