Selerix Developer Tools
PlanSubcode Property (PayerProductLocationEDI)






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

Property Value

The plan subcode.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members