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 public string Password { get; set; }
Property Value
Type:
StringRemarks
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