ConstantValueManager.<Constant name >
Properties:
AdditionalProperties
DataExchange
ThisObject
Value
Methods:
Metadata
Read
Write
Events:
FillCheckProcessing
OnWrite
Description:
Availability:
The given object may be serialized to/from XML. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/enterprise/current-config} namespace. XDTO type name: ConstantValueManager.
Example:
// read and write a constant TaxRate = Constants.TaxRate.CreateValueManager(); TaxRate.Read(); If TaxRate.Value = 20 Then TaxRate.Value = 18; TaxRate.Write(); EndIf; |
See also:
ConstantValueManager, property ThisObject