Requires: Base Development System
Class: ProjectItem Methods (ActiveX)
Set the value of an XML tag associated with the LabVIEW project.
object.SetXMLTag(tagName, value, [isPersistent])
| Name | Type | Description | 
|---|---|---|
| tagName | String | Name of the tag. Use the GetTagNames method to retrieve the tag names. | 
| value | variant | Specifies the tag value as a variant. | 
| isPersistent | Boolean | If TRUE, LabVIEW saves the tag information when you save the LabVIEW project. The default is FALSE. | 
none