TaskType.Owner Property

The Owner property gets or sets a string value that represents the owner of the task.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Owner As String
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As String

value = instance.Owner

instance.Owner = value
public string Owner { get; set; }

Property Value

Type: System.String
The Owner property returns a string value that represents the owner of the task.