Share via


AceExtendedInformation Constructor (Int32, Int32, Int32, Int32)

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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.VisualStudio.Services.Security Namespace