CrmServiceClient.ConnectionLockObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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