Selerix Developer Tools
Title Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : Title Property
Gets or sets the title.
Syntax
'Declaration
 
Public Overridable Property Title As String
'Usage
 
Dim instance As Employment
Dim value As String
 
instance.Title = value
 
value = instance.Title
public virtual string Title {get; set;}
public read-write property Title: String; virtual; 
public function get,set Title : String
public: __property virtual string* get_Title();
public: __property virtual void set_Title( 
   string* value
);
public:
virtual property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

The title.
See Also

Reference

Employment Class
Employment Members