MeetingRequestMessageType.Duration Property

The Duration property gets or sets a string value that specifies the duration of the meeting that is associated with this instance of the MeetingRequestMessageType class.

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

Syntax

'Declaration
Public Property Duration As String
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As String

value = instance.Duration

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

Property Value

Type: System.String
The Duration property returns a string value that specifies the duration of the meeting that is associated with this instance of the MeetingRequestMessageType class.