_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
Remarks
The UserObject provides properties and a method that can be used to return information about the current user.