Gets or sets the Suffix to the Agent's name (such as "Jr.", "Ph.D.", etc.).
Syntax
'Declaration
Public Overridable Property Suffix As String
'Usage
Dim instance As Agent
Dim value As String
instance.Suffix = value
value = instance.Suffix
public virtual string Suffix {get; set;}
public read-write property Suffix: String; virtual;
public function get,set Suffix : String
public: __property virtual string* get_Suffix();
public: __property virtual void set_Suffix(
string* value
);
public:
virtual property String^ Suffix {
String^ get();
void set ( String^ value);
}
Property Value
The suffix to the Agent's name.
See Also