Click or drag to resize

CustomizableMatchRoomSetProperties Method

Sets the dictionary of custom properties.

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 SetProperties(
	Dictionary<string, Object> properties
)

Parameters

properties
Type: System.Collections.GenericDictionaryString, Object
Dictionary of custom properties.
See Also