AceExtendedInformation.EffectiveAllow Property
Gets the set of effective allow permissions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveAllow As Integer
public int EffectiveAllow { get; }
public:
property int EffectiveAllow {
int get ();
}
member EffectiveAllow : int with get
function get EffectiveAllow () : int
Property Value
Type: System.Int32
The set of effective allow permissions.
.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.