Alias property

String? get Alias
Gets the Alias from the directory

Implementation

String? get Alias => this.PropertyBag[ContactSchema.Alias] as String?;