Compartir a través de


CrmSection.MutexTimeout Property

 

Applies To: Dynamics CRM 2013

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

Syntax

[ConfigurationPropertyAttribute("mutexTimeout")]
public Nullable<TimeSpan> MutexTimeout { get; set; }
public:
[ConfigurationPropertyAttribute("mutexTimeout")]
property Nullable<TimeSpan> MutexTimeout {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
[<ConfigurationPropertyAttribute("mutexTimeout")>]
member MutexTimeout : Nullable<TimeSpan> with get, set
<ConfigurationPropertyAttribute("mutexTimeout")>
Public Property MutexTimeout As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

Type: TimeSpan
.

See Also

CrmSection Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top