OnLabel property
Sets or returns the label used to represent the
on
state of a digital tag. Read/write. String.When you create a digital tag object, the default value for this property is
On
.Syntax
Tag
.OnLabel
[= 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 on
state of a tag, such as On, Open, or Running.Remarks
- The label can store up to 20 characters, including spaces.
- The On and Off labels must be different.
Provide Feedback