UIDevice.Name Property
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 device name set by the user.
public virtual string Name { [Foundation.Export("name", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Name : string
Property Value
Set by the user in Settings/General/Name
- Attributes
Remarks
This is the device name set by the user in Settings/General/Name. Since it can be changed by the users, application developers should prefer the use of IdentifierForVendor as a long-lasting device identifier.
This can be used from a background thread.