Click or drag to resize

MatchRoomSetPassword Method

Sets the room password.

Namespace:  SoftGear.Strix.Client.Match.Room.Model
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public void SetPassword(
	string password
)

Parameters

password
Type: SystemString
Room password.
See Also