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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.