Selerix Developer Tools
FirstName Property (Agent)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : FirstName Property
Gets or sets the Agent's first name. The FirstName property gets or sets the first name of the Agent.
Syntax
'Declaration
 
Public Overridable Property FirstName As String
'Usage
 
Dim instance As Agent
Dim value As String
 
instance.FirstName = value
 
value = instance.FirstName
public virtual string FirstName {get; set;}
public read-write property FirstName: String; virtual; 
public function get,set FirstName : String
public: __property virtual string* get_FirstName();
public: __property virtual void set_FirstName( 
   string* value
);
public:
virtual property String^ FirstName {
   String^ get();
   void set (    String^ value);
}

Property Value

The first name.
See Also

Reference

Agent Class
Agent Members