Selerix Developer Tools
JobClassID Property (DeductionCode)






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

Property Value

The job class ID.
See Also

Reference

DeductionCode Class
DeductionCode Members