CrmConnection.Timeout Property

 

Applies To: Dynamics CRM 2015

Gets or sets the service timeout value.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public Nullable<TimeSpan> Timeout { get; set; }
public:
property Nullable<TimeSpan> Timeout {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
member Timeout : Nullable<TimeSpan> with get, set
Public Property Timeout As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

Type: TimeSpan
The service timeout value.

See Also

CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright