_Table.Class Property
Returns a constant in the OlObjectClass enumeration indicating the class of the Table object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Class As OlObjectClass
Get
'Usage
Dim instance As _Table
Dim value As OlObjectClass
value = instance.Class
OlObjectClass Class { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlObjectClass