Click or drag to resize

UserIsGuest Method

Indicates whether this user logged in as a guest or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool IsGuest()

Return Value

Type: Boolean
true if this user is a guest.
Remarks
Guest users have this property set to GUEST.
See Also