Click or drag to resize

CustomizableMatchRoomSetStringKey Method

Sets the string search key.

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 SetStringKey(
	string stringKey
)

Parameters

stringKey
Type: SystemString
String search key.
See Also