Selerix Developer Tools
PayrollProviderID Property (DeductionCodeEDI)






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

Property Value

The payroll provider ID.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members