Share via


AsyncReaderWriterLock.LockHandle.Flags Property

Microsoft internal only. Gets the flags that were passed into this lock.

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

Syntax

'Declaration
Public ReadOnly Property Flags As AsyncReaderWriterLock.LockFlags
public AsyncReaderWriterLock.LockFlags Flags { get; }
public:
property AsyncReaderWriterLock::LockFlags Flags {
    AsyncReaderWriterLock::LockFlags get ();
}
member Flags : AsyncReaderWriterLock.LockFlags with get
function get Flags () : AsyncReaderWriterLock.LockFlags

Property Value

Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags
Returns AsyncReaderWriterLock.LockFlags.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace