AsyncReaderWriterLock.LockHandle.Flags Property

Definition

Gets the flags that were passed into this lock.

public:
 property Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags Flags { Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags get(); };
public Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags Flags { get; }
member this.Flags : Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags
Public ReadOnly Property Flags As AsyncReaderWriterLock.LockFlags

Property Value

Returns AsyncReaderWriterLock.LockFlags.

Applies to