Click or drag to resize

SFSRoomIsPasswordProtected Property

Indicates whether this Room requires a password to be joined or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsPasswordProtected { get; set; }

Property Value

Type: Boolean

Implements

RoomIsPasswordProtected
Remarks
NOTE: setting this property manually has no effect on the server and can disrupt the API functioning. This flag depends on the Room's password set when the Room is created or by means of the request.
See Also