Share via


AceExtendedInformation.InheritedAllow 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 InheritedAllow As Integer
[ClientPropertyAttribute(ClientVisibility.Private)]
public int InheritedAllow { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property int InheritedAllow {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member InheritedAllow : int with get, set
function get InheritedAllow () : int 
function set InheritedAllow (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace