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

See Also

Reference

DefaultSecurityNamespaceExtension Class

Microsoft.TeamFoundation.Framework.Server Namespace