Selerix Developer Tools
LastName Property (Agent)






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

Property Value

The Agent's last name.
See Also

Reference

Agent Class
Agent Members