CrmServiceClient.ConnectionLockObject Property

Definition

This is the connection lock object that is used to control connection access for various threads. This should be used if you are using the CRM queries via Linq to lock the connection

public:
 property System::Object ^ ConnectionLockObject { System::Object ^ get(); };
public object ConnectionLockObject { get; }
member this.ConnectionLockObject : obj
Public ReadOnly Property ConnectionLockObject As Object

Property Value

Applies to