Share via


AsyncReaderWriterLock.SyncObject Property

Microsoft internal only. Gets the object used to synchronize access to the fields of this instance.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Protected ReadOnly Property SyncObject As Object
protected Object SyncObject { get; }
protected:
property Object^ SyncObject {
    Object^ get ();
}
member SyncObject : Object with get
function get SyncObject () : Object

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace