Click or drag to resize

CustomizableMatchRoomMemberGetProperties Method

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

Return Value

Type: DictionaryString, Object
Property dictionary.
See Also