SPWcfServiceSettings.OpenTimeout property
Gets or sets the open timeout value.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OpenTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As TimeSpan
value = instance.OpenTimeout
instance.OpenTimeout = value
public TimeSpan OpenTimeout { get; set; }
Property value
Type: System.TimeSpan
The open timeout value. This property is applied only when it is not set to MinValue; otherwise, the default WCF settings are used.