PendingWriteValue property
Returns or sets the pending value for the tag. Read/write. Variant.
Syntax
Tag
.PendingWriteValue
[= value
]where
Tag
– is the name of a Tag object or an expression that evaluates to a Tag object.value
– is a parameter of the type Variant that specifies the pending value for the tag that will be set or returned.Remarks
- This property can be set to vbEmpty, or can be any value for the tag.
- When this property is not vbEmpty, its value will be written when the WritePendingValues method of the TagGroup object is called.
- The initial value for a Tag object is vbEmpty.
Provide Feedback