CrmSection.MutexTimeout Property
Applies To: Dynamics CRM 2015
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
Return to top
© 2017 Microsoft. All rights reserved. Copyright