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
- 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.