Click or drag to resize

CustomizableMatchRoomMemberSetProperties Method

Sets the custom properties of the match room member.

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
Property dictionary.
See Also