CrmSection.LockProviderType Property
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("mutexProviderType", DefaultValue = "Microsoft.Xrm.Client.Threading.MutexLockProvider, Microsoft.Xrm.Client")]
public string LockProviderType { get; set; }
public:
[ConfigurationPropertyAttribute("mutexProviderType", DefaultValue = "Microsoft.Xrm.Client.Threading.MutexLockProvider, Microsoft.Xrm.Client")]
property String^ LockProviderType {
String^ get();
void set(String^ value);
}
[<ConfigurationPropertyAttribute("mutexProviderType", DefaultValue = "Microsoft.Xrm.Client.Threading.MutexLockProvider, Microsoft.Xrm.Client")>]
member LockProviderType : string with get, set
<ConfigurationPropertyAttribute("mutexProviderType", DefaultValue := "Microsoft.Xrm.Client.Threading.MutexLockProvider, Microsoft.Xrm.Client")>
Public Property LockProviderType As String
Property Value
Type: System.String
Type: String
.
See Also
CrmSection Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright