DeleteACEException Constructor (String, String, String, Int32)

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

Syntax

'Declaration
Public Sub New ( _
    objectId As String, _
    actionId As String, _
    user As String, _
    deny As Integer _
)
public DeleteACEException(
    string objectId,
    string actionId,
    string user,
    int deny
)
public:
DeleteACEException(
    String^ objectId, 
    String^ actionId, 
    String^ user, 
    int deny
)
new : 
        objectId:string * 
        actionId:string * 
        user:string * 
        deny:int -> DeleteACEException
public function DeleteACEException(
    objectId : String, 
    actionId : String, 
    user : String, 
    deny : int
)

Parameters

.NET Framework Security

See Also

Reference

DeleteACEException Class

DeleteACEException Overload

Microsoft.TeamFoundation.Server Namespace