Click or drag to resize

MatchRoomSetName Method

Sets the room name.

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 SetName(
	string name
)

Parameters

name
Type: SystemString
Room name.
See Also