Updates the property definition. The ID property identifies the property definition to modify. If ResetLastUsedValue is not NULL, it specifies the new Last Used Value for an autonumbering property.
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 UpdatePropertyDefWithAutomaticPermissionsAdmin( _ ByVal PropertyDefAdmin As PropertyDefAdmin, _ Optional ByVal ResetLastUsedValue As TypedValue = 0, _ Optional ByVal AutomaticPermissionsForcedActive As Boolean = False _ ) |
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.