IdentityNotFoundEvent Class

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

Syntax

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

Inheritance Hierarchy

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

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

IdentityNotFoundEvent Members

Microsoft.TeamFoundation.VersionControl.Server Namespace