SuffixText Property
Summary
Gets or sets the text you want to add as ending text of AnnBatesNumber.
Syntax
public string SuffixText { get; set; }
Public Property SuffixText As String
public String getSuffixText()
public void setSuffixText(String suffixText)
public:
property String^ SuffixText
{
String^ get()
void set(String^ value)
}
Property Value
A value indicating the text to add as ending text of AnnBatesNumber.