NSUbiquitousKeyValueStore.GetLong(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The long at the specified key.
[Foundation.Export("longLongForKey:")]
public virtual long GetLong (string aKey);
abstract member GetLong : string -> int64
override this.GetLong : string -> int64
Parameters
- aKey
- String
Returns
- Attributes