Autodesk Vault ProfessionalVault API

Tag Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesEntityStatusImageInfo

Gets or sets a unique tag that represents this image. The tag should be somewhat human readable as this is the value that will often be store in grid cells for this image.

Syntax

public System.string Tag {get; set;}
Public Property Tag As System.String

Remarks

This can be used to prevent storing the same image in an ImageList or other container multiple times.

See Also