Share via


AccessControlEntry.Allow Property

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccessControlEntry Class

Microsoft.VisualStudio.Services.Security Namespace