TaskType.StatusDescription Property

The StatusDescription property gets or sets a string value that contains an explanation of the status of the task.

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

Syntax

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

value = instance.StatusDescription

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

Property Value

Type: System.String
The StatusDescription property returns a string value that contains an explanation of the status of the task.