Share via


SignOutUser.UserId Property

Definition

Gets or sets the expression which resolves to the user Id to signout. (default is current user.id).

public AdaptiveExpressions.Properties.StringExpression UserId { get; set; }
member this.UserId : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property UserId As StringExpression

Property Value

Expression to userId. If there is no expression, then the current user.id will be used.

Applies to