Share via


AsyncReaderWriterLock.LockHandle.IsWriteLock Property

Microsoft internal only. Determines whether this lock represents a write lock.

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

Syntax

'Declaration
Public ReadOnly Property IsWriteLock As Boolean
public bool IsWriteLock { get; }
public:
property bool IsWriteLock {
    bool get ();
}
member IsWriteLock : bool with get
function get IsWriteLock () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace