ISecurityNamespaceExtension.AlwaysAllowAdministrators Property

This flag is used to determine whether admin has 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
ReadOnly Property AlwaysAllowAdministrators As Boolean
bool AlwaysAllowAdministrators { get; }
property bool AlwaysAllowAdministrators {
    bool get ();
}
abstract AlwaysAllowAdministrators : bool with get
function get AlwaysAllowAdministrators () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ISecurityNamespaceExtension Interface

Microsoft.TeamFoundation.Framework.Server Namespace