AceExtendedInformation.EffectiveAllow Property
This is the combination of all of the explicit and inherited permissions for this identity on this token. These permissions are used to determine if a given user is allowed to perform an action.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property EffectiveAllow As Integer
[ClientPropertyAttribute(ClientVisibility.Private)]
public int EffectiveAllow { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property int EffectiveAllow {
int get ();
void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member EffectiveAllow : int with get, set
function get EffectiveAllow () : int
function set EffectiveAllow (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.