Share via


_Row.Class Property

Returns a constant in the OlObjectClass enumeration indicating the class of the Row 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 _Row
Dim value As OlObjectClass

value = instance.Class
OlObjectClass Class { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlObjectClass

See Also

Reference

_Row Interface

_Row Members

Microsoft.Office.Interop.Outlook Namespace