Selerix Developer Tools
PlanSubcode Property (Application)






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

Property Value

The plan subcode.
See Also

Reference

Application Class
Application Members