PKContact.SupplementarySubLocality Property

Definition

Developers should not use this deprecated property. Developers should use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string SupplementarySubLocality { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("supplementarySubLocality", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.None, "Use 'SubLocality' and 'SubAdministrativeArea' on 'PostalAddress' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSupplementarySubLocality:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.SupplementarySubLocality : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to