Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.