Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods to set the value of the property with the specified key.
Overload List
Name | Description |
---|---|
PropertyDictionary.SetValue (String, DateTime) | Sets the value of the property with the specified key, as a System.DateTime. |
PropertyDictionary.SetValue (String, Double) | Sets the value of the property with the specified key, as a System.Double. |
PropertyDictionary.SetValue (String, Int32) | Sets the value of the property with the specified key, as a System.Int32. |
PropertyDictionary.SetValue (String, Int64) | Sets the value of the property with the specified key, as a System.Int64. |
PropertyDictionary.SetValue (String, LeaderboardOutcome) | Sets the value of the property with the specified key, as a LeaderboardOutcome. |
PropertyDictionary.SetValue (String, Single) | Sets the value of the property with the specified key, as a System.Single. |
PropertyDictionary.SetValue (String, String) | Sets the value of the property with the specified key, as a System.String. |
PropertyDictionary.SetValue (String, TimeSpan) | Sets the value of the property with the specified key, as a System.TimeSpan. |
See Also
Reference
PropertyDictionary Class
PropertyDictionary Members
Microsoft.Xna.Framework.GamerServices Namespace