alternate_text property

FieldGreetingLine.alternate_text property

Gets or sets the text to include in the field if the name is blank.

@property
def alternate_text(self) -> str:
    ...

@alternate_text.setter
def alternate_text(self, value: str):
    ...

See Also