SignOutUser.UserId 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 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.