IUserTokenUserId Property |
Get the identifier of the user
associated with the token.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax ReadOnly Property UserId As Integer
Get
property int UserId {
int get ();
}
Property Value
Type:
Int32Remarks
Foreign key to the table `Users`.`Id`
See Also