_TaskItem.Role Property
Returns or sets a String (string in C#) containing the free-form text string associating the owner of a task with a role for the task. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Role As String
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As String
value = instance.Role
instance.Role = value
[DispIdAttribute()]
string Role { get; set; }
Property Value
Type: System.String