Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.ActivityLogEntry
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ActivityLogEntry
public sealed class ActivityLogEntry
public ref class ActivityLogEntry sealed
[<Sealed>]
type ActivityLogEntry =  class end
public final class ActivityLogEntry
The ActivityLogEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ActivityLogEntry | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AgentId | AgentId which uniquely identifies the application and the specific client machine | 
| .gif) | Application | Name part of application command is generated from | 
| .gif) | AuthenticationType | |
| .gif) | Command | Command being executed | 
| .gif) | CommandId | |
| .gif) | CommandIdentifier | CommandIdentifier for command | 
| .gif) | ExecutionCount | ExecutionCount | 
| .gif) | ExecutionTime | Amount of time for command to execute | 
| .gif) | IdentityName | Who executed command | 
| .gif) | IpAddress | IpAddress where command came from | 
| .gif) | Parameters | Parameters used durign command execution | 
| .gif) | StartTime | DateTime command started | 
| .gif) | Status | Status of command execution | 
| .gif) | UniqueIdentifier | UniqueIdentifier of who started the command | 
| .gif) | UserAgent | UserAgent of where command came from | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.