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
- 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.