6 [AttributeUsage(AttributeTargets.Property)]
16 Aliases =
new[] { propertyAlias };
Specifies one or more aliases to be used as synonyms for the property's name.
string[] Aliases
The aliases associated with this property.
PropertyAlias(string[] propertyAliases)
Provide the property with a list of aliases.
PropertyAlias(string propertyAlias)
Provide the property with a single alias.