User Class

Provides properties and a method that can be used to return information about the current user of the form.

Inheritance Hierarchy

System.Object
  Microsoft.Office.InfoPath.User

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class User
'Usage
Dim instance As User
public abstract class User

Remarks

The User class is accessed through the User property of the Application class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

User Members

Microsoft.Office.InfoPath Namespace