_AppointmentItem.PropertyAccessor Property

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent AppointmentItem object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property PropertyAccessor As PropertyAccessor
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As PropertyAccessor

value = instance.PropertyAccessor
[DispIdAttribute()]
PropertyAccessor PropertyAccessor { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.PropertyAccessor

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace