Lobby.GetMemberProperties method

Get the dictionary of member property keys and values for a specific member

public IDictionary<string, string> GetMemberProperties(PFEntityKey member)
parameter description
member The member being queried.

Return Value

The dictionary of member property keys and values for a specific member

Remarks

Per-member properties are only visible to members of the lobby.

This constructs a new Dictionary upon each API call so it should not be called with high frequency

If the member is still in the process of asynchronously joining this lobby either via CreateAndJoinLobby, JoinLobby, or AddMember, this method returns no keys.

See Also