Click or drag to resize

CustomizableMatchRoomGetProperties Method

Gets 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 Dictionary<string, Object> GetProperties()

Return Value

Type: DictionaryString, Object
Dictionary of custom properties.
See Also