Upravit

Sdílet prostřednictvím


Application.User Property

Definition

Gets a reference to the User object.

public:
 abstract property Microsoft::Office::InfoPath::User ^ User { Microsoft::Office::InfoPath::User ^ get(); };
public abstract Microsoft.Office.InfoPath.User User { get; }
member this.User : Microsoft.Office.InfoPath.User
Public MustOverride ReadOnly Property User As User

Property Value

A User that represents the current user.

Examples

In the following example, the User property is used to retrieve the User object, and then the UserName property is used to display the current user's user name.

MessageBox.Show(this.Application.User.UserName); MessageBox.Show(Me.Application.User.UserName)

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to