NSPersonNameComponents.NamePrefix 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.
Gets or sets the prefix to the person's name.
public virtual string NamePrefix { [Foundation.Export("namePrefix")] get; [Foundation.Export("setNamePrefix:")] set; }
member this.NamePrefix : string with get, set
Property Value
The prefix to the person's name.
This value can be null
.
- Attributes