Share via


AccessControlEntry.Deny Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccessControlEntry Class

Microsoft.VisualStudio.Services.Security Namespace