'DeclarationPublicProperty Timeout AsIntegerGetSet'UsageDim instance As ExchangeServiceBase
Dim value AsInteger
value = instance.Timeout
instance.Timeout = value
Property value
Type: System.Int32 The time for HTTP requests and responses, in milliseconds.