AceExtendedInformation.InheritedDeny Property

These are the permissions that are inherited for this identity on this token. If the token does not inherit permissions, this will be 0. Note that any permissions that have been explicitly set on this token for this identity, or any groups that this identity is a part of, are not included here.

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace