The current Veriplace user identifier, or null if the user is not yet known.

Namespace:  Veriplace.Web
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public User User { get; set; }
Visual Basic (Declaration)
Public Property User As User
Visual C++
public:
property User^ User {
	User^ get ();
	void set (User^ value);
}

Remarks

Call RequireUser()()() to provide a value for this property. You can also set the value directly if you already have a user ID from another source.

See Also