Share via


PullSubscriptionRequestType.Timeout Property

The Timeout property gets or sets the duration that a subscription can remain idle without a GetEvents request from the client.

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

Syntax

'Declaration
Public Property Timeout As Integer
    Get
    Set
'Usage
Dim instance As PullSubscriptionRequestType
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }

Property Value

Type: System.Int32
The Timeout property returns an integer that represents the number of minutes that a subscription can remain idle without a GetEvents request from the client.

Remarks

The possible values for this property are 1 to 1440, inclusive. This property is required.