Click or drag to resize

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
C#
public int PrivilegeId { get; set; }

Property Value

Type: Int32

Implements

UserPrivilegeId
Remarks
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