_Application3.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the UserObject object.
public:
property Microsoft::Office::Interop::InfoPath::UserObject ^ User { Microsoft::Office::Interop::InfoPath::UserObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.UserObject User { get; }
member this.User : Microsoft.Office.Interop.InfoPath.UserObject
Public ReadOnly Property User As UserObject
Property Value
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.