MethodTag

Return to Introduction  Previous page  Next page

public Class

A MethodTag is a Tagged Value associated with a method.

Associated table in .EAP file: t_operationtag

MethodTag Attributes

Attribute

Type

Notes

TagID

Long

Read only. A unique ID for this Tagged Value.

MethodID

Long

Read/Write. The ID of the associated method.

Name

String

Read/Write. The tag or name of the property.

Value

String

Read/Write. A value to apply to this tag.

Notes

String

Read/Write. Descriptive notes about this item.

TagGUID

String

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

ObjectType

ObjectType

Read only.  Distinguishes objects referenced through a Dispatch interface.

MethodTag Methods

Method

Type

Notes

Update () 

Boolean 

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