DefaultSecurityNamespaceExtension.AlwaysAllowAdministrators Property
Flag that determines whether namespace administrators always have the implicit right to update the security namespace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AlwaysAllowAdministrators As Boolean
public virtual bool AlwaysAllowAdministrators { get; }
public:
virtual property bool AlwaysAllowAdministrators {
bool get ();
}
abstract AlwaysAllowAdministrators : bool with get
override AlwaysAllowAdministrators : bool with get
function get AlwaysAllowAdministrators () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Implements
ISecurityNamespaceExtension.AlwaysAllowAdministrators
.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.