Selerix Developer Tools
LocationNumber Property






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

Property Value

The location number.
See Also

Reference

Employment Class
Employment Members