Gets the reason the component was disabled.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
string DisabledReason { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property DisabledReason As String |
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if IsDisabled is false. |
