Click or drag to resize

RoomSettingsPassword Property

Defines the password of the Room.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string Password { get; set; }

Property Value

Type: String
Remarks
If the password is set to an empty string, the Room won't be password protected.

The default value is an empty string.

See Also