SecurityChange Class

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

Syntax

'Declaration
Public MustInherit Class SecurityChange _
    Implements IValidatable
'Usage
Dim instance As SecurityChange
public abstract class SecurityChange : IValidatable
public ref class SecurityChange abstract : IValidatable
public abstract class SecurityChange implements IValidatable

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Server.SecurityChange
    Microsoft.TeamFoundation.VersionControl.Server.InheritanceChange
    Microsoft.TeamFoundation.VersionControl.Server.PermissionChange

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

SecurityChange Members

Microsoft.TeamFoundation.VersionControl.Server Namespace