Click or drag to resize

ITag Interface

Represents a tag item.

Namespace:  EdaIntegrationContract.Tagging
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ITag

The ITag type exposes the following members.

Properties
  NameDescription
Public propertyId
The unique Id of the tag.
Public propertyName
The name of the tag.
Top
See Also