Share via


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

See Also

Reference

LogRecord Class

LogRecord Members

Microsoft.TeamFoundation.Server Namespace