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

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace