ConnectorTag

Return to Introduction  Previous page  Next page

public Class

A ConnectorTag is a Tagged Value for a connector and is accessed through the Connector TaggedValues collection.

Associated table in .EAP file: t_connectortag

ConnectorTag Attributes

Attribute

Type

Notes

TagID

Long

Read only. A local ID to identify the Tagged Value.

ConnectorID

Long

Read/Write. The local ID of the associated connector.

Name

String

Read/Write. The tag or name.

Value

String

Read/Write. A value associated with the tag.

Notes

String

Read/Write. Descriptive notes associated with this Tagged Value.

TagGUID

String

Read/Write. A globally unique ID for this Tagged Value.

ObjectType

ObjectType

Read only.  Distinguishes objects referenced through a Dispatch interface.

ConnectorTag Methods

Method

Type

Notes

Update () 

Boolean 

Update the current ConnectorTag 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.