Gets a value that represents the success status for the scan configuration, which is currently being tested.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Success As Boolean |
| C# | |
|---|
public bool Success {get;} |
| C++/CLI | |
|---|
public:
property bool Success {
bool get();
} |
Property Value
true if the current scan configuration was successful, false if it failed.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also