Share via


AceExtendedInformation Constructor (Int32, Int32, Int32, Int32)

Creates a new AceExtendedInformation object that uses the specified information.

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

Syntax

'Declaration
Public Sub New ( _
    inheritedAllow As Integer, _
    inheritedDeny As Integer, _
    effectiveAllow As Integer, _
    effectiveDeny As Integer _
)
public AceExtendedInformation(
    int inheritedAllow,
    int inheritedDeny,
    int effectiveAllow,
    int effectiveDeny
)
public:
AceExtendedInformation(
    int inheritedAllow, 
    int inheritedDeny, 
    int effectiveAllow, 
    int effectiveDeny
)
new : 
        inheritedAllow:int * 
        inheritedDeny:int * 
        effectiveAllow:int * 
        effectiveDeny:int -> AceExtendedInformation
public function AceExtendedInformation(
    inheritedAllow : int, 
    inheritedDeny : int, 
    effectiveAllow : int, 
    effectiveDeny : int
)

Parameters

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

AceExtendedInformation Overload

Microsoft.TeamFoundation.Framework.Server Namespace