RegistryAuditEntry.ChangeType Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ChangeType As RegistryChangeType
public RegistryChangeType ChangeType { get; internal set; }
public:
property RegistryChangeType ChangeType {
    RegistryChangeType get ();
    internal: void set (RegistryChangeType value);
}
member ChangeType : RegistryChangeType with get, internal set
function get ChangeType () : RegistryChangeType 
internal function set ChangeType (value : RegistryChangeType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.RegistryChangeType
Returns RegistryChangeType.

.NET Framework Security

See Also

Reference

RegistryAuditEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace