Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.