_TaskItem.Ownership Property
Returns an OlTaskOwnership specifying the ownership state of the task. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Ownership As OlTaskOwnership
Get
'Usage
Dim instance As _TaskItem
Dim value As OlTaskOwnership
value = instance.Ownership
[DispIdAttribute()]
OlTaskOwnership Ownership { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlTaskOwnership