Share via


SecurityEvent Class

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

Syntax

'Declaration
Public Class SecurityEvent _
    Inherits ServerEvent
'Usage
Dim instance As SecurityEvent
public class SecurityEvent : ServerEvent
public ref class SecurityEvent : public ServerEvent
public class SecurityEvent extends ServerEvent

Inheritance Hierarchy

System.Object
  System.Management.Instrumentation.BaseEvent
    Microsoft.TeamFoundation.VersionControl.Server.ServerEvent
      Microsoft.TeamFoundation.VersionControl.Server.SecurityEvent
        Microsoft.TeamFoundation.VersionControl.Server.IdentityNotFoundEvent
        Microsoft.TeamFoundation.VersionControl.Server.InvalidIdentityEvent
        Microsoft.TeamFoundation.VersionControl.Server.ResourceAccessEvent

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

SecurityEvent Members

Microsoft.TeamFoundation.VersionControl.Server Namespace