Selerix Developer Tools
LocationID Property (PayrollProviderLocationEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayrollProviderLocationEDI Class : LocationID Property
Gets or sets the location ID.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property LocationID As String
'Usage
 
Dim instance As PayrollProviderLocationEDI
Dim value As String
 
instance.LocationID = value
 
value = instance.LocationID
[XmlAttribute()]
public string LocationID {get; set;}
public read-write property LocationID: String; 
XmlAttributeAttribute()
public function get,set LocationID : String
[XmlAttribute()]
public: __property string* get_LocationID();
public: __property void set_LocationID( 
   string* value
);
[XmlAttribute()]
public:
property String^ LocationID {
   String^ get();
   void set (    String^ value);
}

Property Value

The location ID.
See Also

Reference

PayrollProviderLocationEDI Class
PayrollProviderLocationEDI Members