AccessControlEntry.Allow Property

Gets or sets the set of permission bits that represents the actions that the associated identity is allowed to perform.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Allow As Integer
public int Allow { get; set; }
public:
property int Allow {
    int get ();
    void set (int value);
}
member Allow : int with get, set
function get Allow () : int 
function set Allow (value : int)

Property Value

Type: System.Int32
The set of permission bits that represents the actions that are allowed.

.NET Framework Security

See Also

Reference

AccessControlEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace