Previous Topic: COM Proxy InterfaceNext Topic: Unique Attribute Properties


Common Properties and Methods

The following properties and methods are common to all COM proxy classes:

Enumeration Constant Name

Enumeration Constant Value

<component>NotYetRun

-1

<component>OK

0

<component>Informational

1

<component>Error

3

<component>Warning

2

Example (for a component with the name EMPLOYEE):

If Op.OperationStatus > EmployeeOk Then
MsgBox Op.OperationStatus & ": " & Op.OperationStatusMessage
End If