OffLabel property
Sets or returns the label used to represent the
off
state of a digital tag. Read/write. String.When you create a digital tag object, the default value for this property is
Off
.Syntax
Tag
.OffLabel
[= String
]where
Tag
is the name of a Tag object or an expression that evaluates to a Tag object.String
is an optional text that describes the off
state of a tag, such as Off, Closed, or Safe.Remarks
- The label can store up to 20 characters, including spaces.
- The On and Off labels must be different.
Provide Feedback