Share via


PropertyDictionary.SetValue Method (String, Int64)

Sets the value of the property with the specified key, as a System.Int64.

Syntax

'Declaration
Public Sub SetValue ( _
         key As String, _
         value As Long _
)
public void SetValue (
         string key,
         long value
)
public:
void SetValue(
         String key,
         long long value
)

Parameters

Remarks

If the value that corresponds to the specified key cannot be represented by an Int64, an InvalidCastException will be thrown. A KeyNotFoundException will be thrown if the key does not exist.

Requirements

Namespace: Microsoft.Xna.Framework.GamerServices

Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

See Also

Reference

PropertyDictionary Class
PropertyDictionary Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Windows Phone