User Object

InfoPath Developer Reference

Provides methods that can be used to return information about the current user.

Version Information
 Version Added:  InfoPath 2003

Remarks

Use the User property of the Application object to return a User object.

The User object contains the following methods:

Method Description
IsCurrentUser Returns True if the current user matches the specified user name.
IsUserMemberOf Returns True if current user is a member of the specified group.

See Also