UIDevice.Name Property

Definition

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.

Applies to

See also