Selerix Developer Tools
PlanCode Property (DeductionCode)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DeductionCode Class : PlanCode Property
Gets or sets the plan code.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property PlanCode As String
'Usage
 
Dim instance As DeductionCode
Dim value As String
 
instance.PlanCode = value
 
value = instance.PlanCode
[XmlElement()]
public string PlanCode {get; set;}
public read-write property PlanCode: String; 
XmlElementAttribute()
public function get,set PlanCode : String
[XmlElement()]
public: __property string* get_PlanCode();
public: __property void set_PlanCode( 
   string* value
);
[XmlElement()]
public:
property String^ PlanCode {
   String^ get();
   void set (    String^ value);
}

Property Value

The plan code.
See Also

Reference

DeductionCode Class
DeductionCode Members