Selerix Developer Tools
Prefix Property (Agent)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : Prefix Property
Gets or sets the Prefix to the Agent's name (such as "Mr.", "Mrs.", etc.).
Syntax
'Declaration
 
Public Overridable Property Prefix As String
'Usage
 
Dim instance As Agent
Dim value As String
 
instance.Prefix = value
 
value = instance.Prefix
public virtual string Prefix {get; set;}
public read-write property Prefix: String; virtual; 
public function get,set Prefix : String
public: __property virtual string* get_Prefix();
public: __property virtual void set_Prefix( 
   string* value
);
public:
virtual property String^ Prefix {
   String^ get();
   void set (    String^ value);
}

Property Value

The prefix to the Agent's name.
See Also

Reference

Agent Class
Agent Members