RegistryAuditEntry Class

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
Public property ChangeIndex Gets the change index.
Public property ChangeTime Gets a DateTime object that represents the time of the change.
Public property ChangeType Gets the change type.
Public property Entry Gets the registry entry.
Public property IdentityName Gets the identity name.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace