C# Class PlayFab.ClientModels.GenericServiceId

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ServiceName string
UserId string

Property Details

ServiceName public_oe property

Name of the service for which the player has a unique identifier.
public string ServiceName
return string

UserId public_oe property

Unique identifier of the player in that service.
public string UserId
return string