Share via


_Application3.User property

Gets a reference to the UserObject object.

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

Syntax

'Declaration
ReadOnly Property User As UserObject
    Get
'Usage
Dim instance As _Application3
Dim value As UserObject

value = instance.User
UserObject User { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.UserObject
A reference to the UserObject object.

Implements

_Application2.User

Remarks

The UserObject provides properties and a method that can be used to return information about the current user.

See also

Reference

_Application3 interface

_Application3 members

User overload

Microsoft.Office.Interop.InfoPath namespace