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
inheritedAllow
Type: System.Int32The [allow] bits received from inheritance.
inheritedDeny
Type: System.Int32The [deny] bits received from inheritance.
effectiveAllow
Type: System.Int32The effective [allow] bits.
effectiveDeny
Type: System.Int32The effective [deny] bits.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.