_NoteItem.PropertyAccessor Property

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

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

Syntax

'Declaration
ReadOnly Property PropertyAccessor As PropertyAccessor
    Get
'Usage
Dim instance As _NoteItem
Dim value As PropertyAccessor

value = instance.PropertyAccessor
PropertyAccessor PropertyAccessor { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.PropertyAccessor

See Also

Reference

_NoteItem Interface

_NoteItem Members

Microsoft.Office.Interop.Outlook Namespace