AceExtendedInformation.InheritedAllow Property
Gets the set of inherited allow permissions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property InheritedAllow As Integer
public int InheritedAllow { get; }
public:
property int InheritedAllow {
int get ();
}
member InheritedAllow : int with get
function get InheritedAllow () : int
Property Value
Type: System.Int32
The set of inherited allow permissions, or 0 if no inherited permissions occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.