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 | |
---|---|---|
ChangeIndex | Gets the change index. | |
ChangeTime | Gets a DateTime object that represents the time of the change. | |
ChangeType | Gets the change type. | |
Entry | Gets the registry entry. | |
IdentityName | Gets the identity name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.