LogRecord.IsError Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property IsError As Boolean
'Usage
Dim instance As LogRecord
Dim value As Boolean
value = instance.IsError
instance.IsError = value
public bool IsError { get; set; }
public:
virtual property bool IsError {
bool get () sealed;
void set (bool value) sealed;
}
public final function get IsError () : boolean
public final function set IsError (value : boolean)
Property Value
Type: System.Boolean
.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.