In many programming languages, the implicit parameter name for a property setter is 'value'. This is a convention where the setter receives the new value to be assigned to the property. For example, in C# and VB.NET, 'value' is the implicit keyword that represents the parameter being assigned to the property.