C# Class PlayFab.AdminModels.SetTitleDataRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Key string
Value string

Property Details

Key public_oe property

key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.
public string Key
return string

Value public_oe property

new value to set. Set to null to remove a value
public string Value
return string