CLBeacon.Minor Property

Definition

A number that can be used by the application developer for any purpose.

public virtual Foundation.NSNumber Minor { [Foundation.Export("minor", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Minor : Foundation.NSNumber

Property Value

Attributes

Remarks

This property, and Major can be used by the application developer for any purpose. For example, a department store would have a chain-wide ProximityUuid but might store the store-number in Major and the department number in Minor.

Applies to