SFSUserPrivilegeId Property |
Returns the id which identifies the privilege level of this user.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public int PrivilegeId { get; set; }
Property Value
Type:
Int32Implements
UserPrivilegeIdRemarks NOTE: setting this property manually has no effect on the server and can disrupt the API functioning. Privileges are assigned to the user by the server when the user logs in.
See Also