ActivityLogEntry.Status Property

Status of command execution

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Status As Integer
public int Status { get; set; }
public:
property int Status {
    int get ();
    void set (int value);
}
member Status : int with get, set
function get Status () : int 
function set Status (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ActivityLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace