bInAdministratorGroup (server-side)

Use this routine to return a Boolean that indicates whether the current user is in the Administrators group.

Definition

function bInAdministratorGroup()

Parameters

None.

Return Value

A Boolean value indicating whether the current user is in the Administrators group. A return value of True indicates that the current user is an administrator, and a return value of False indicates that the current user is not an administrator.

Remarks

This routine is available in the include file ActionPageUtil.asp.

See Also

Server-Side Routines

Client-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.