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.
Determines whether the event is currently in a signaled state.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property IsSet As Boolean
public bool IsSet { get; }
public:
property bool IsSet {
bool get ();
}
member IsSet : bool with get
function get IsSet () : boolean
Property Value
Type: System.Boolean
Returns true if the event is currently in a signaled state, otherwise false.
.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.