A new Last Used value for an autonumbering property (if not Null).
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
Visual Basic |
---|
Public Sub UpdatePropertyDefAdmin( _ ByVal PropertyDefAdmin As PropertyDefAdmin, _ Optional ByVal ResetLastUsedValue As TypedValue = 0 _ ) |
A new Last Used value for an autonumbering property (if not Null).
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
This method is available only if M-Files API is used in the server interface mode.
Note If the update operation causes the property definition to result in new automatic access control list components and these components allow users to deactivate them, the components are added on objects in inactive state. Use UpdatePropertyDefWithAutomaticPermissions to modify this default behavior. |