Represents a registry audit entry.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Client.RegistryAuditEntry
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class RegistryAuditEntry
public sealed class RegistryAuditEntry
public ref class RegistryAuditEntry sealed
[<Sealed>]
type RegistryAuditEntry =  class end
public final class RegistryAuditEntry
The RegistryAuditEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChangeIndex | Gets the change index. | 
| .gif) | ChangeTime | Gets a DateTime object that represents the time of the change. | 
| .gif) | ChangeType | Gets the change type. | 
| .gif) | Entry | Gets the registry entry. | 
| .gif) | IdentityName | Gets the identity name. | 
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 | Gets a user-readable string that states the properties of this object. (Overrides Object.ToString().) | 
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.