Show textfield as multiline text in Unity Editor

Simply add the following directive right above the public property

[TextArea(numberOfLines, numberOfColumns)]

public string MyProperty;