Share via


AsyncReaderWriterLock.LockHandle.IsUpgradeableReadLock Property

Microsoft internal only. Determines whether this lock represents an upgradeable read lock.

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace