Description
-
Returns True if current process has administrator
privileges.
Property type
-
A Boolean value.
Syntax
-
object.UserIsAdmin [=
value]
The UserIsAdmin Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodAppUpdate. |
| value |
A Boolean value. |
Remarks
-
If this property is set to True, that means
that user that runs your application already has
administrative privileges, and most probably you don't
need to set RequireAdmin
property to True - you can simply use wodAppUpdate to
update your application.
|