Autodesk Vault ProfessionalVault API

Tag Property

Autodesk.Connectivity.Extensibility.FrameworkExtension<T>

Gets or sets the object that contains meta-data about the object.

Syntax

public System.object Tag {get; set;}
Public Property Tag As System.Object

Remarks

Tag data isn't related to anything from the .vcet.config or assembly file. It's just a bucket for a consumer to store/retrieve data on the object.

See Also