public Class
A TaggedValue is a named property and value associated with an element and is accessed through the TaggedValues collection.
Associated table in .EAP file: t_objectproperties
TaggedValue Attributes
Attribute  | 
Type  | 
Notes  | 
PropertyID  | 
Long  | 
Read only. A local ID for the property.  | 
PropertyGUID  | 
String  | 
Read/Write. A global ID for the property.  | 
Name  | 
String  | 
Read/Write. Name of the property (Tag).  | 
Value  | 
String  | 
Read/Write. The value assigned in this instance.  | 
Notes  | 
String  | 
Read/Write. Further descriptive notes.  | 
ElementID  | 
Long  | 
Read/Write. The local ID of the associated element.  | 
ObjectType  | 
Read only. Distinguishes objects referenced through a Dispatch interface.  | 
TaggedValue Methods
Method  | 
Type  | 
Notes  | 
Update ()  | 
Boolean  | 
Update the current TaggedValue object after modification or appending a new item. If false is returned, check the GetLastError function for more information.  | 
GetLastError ()  | 
String  | 
Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used since an exception is thrown when an error occurs.  | 


