ModelAttribute.AutoGeneratedName 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.
Specifies if the Objective-C type name for the model should be automatically generated (and unique).
public bool AutoGeneratedName { get; set; }
member this.AutoGeneratedName : bool with get, set
Property Value
If the Objective-C type name for the model should be automatically generated.
Remarks
The generated name is currently based on the assembly name and full type name of the model, but this may change in the future (for instance to ensure uniqueness).
This value is only taken into account when used in binding code / projects.