_RemoteItem.PropertyAccessor Property
Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent RemoteItem 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 _RemoteItem
Dim value As PropertyAccessor
value = instance.PropertyAccessor
[DispIdAttribute()]
PropertyAccessor PropertyAccessor { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.PropertyAccessor