ActivityLogEntry.CommandId Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ActivityLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace