Gets or sets the plan code.
Syntax
'Declaration
Public Overridable Property PlanCode As String
'Usage
Dim instance As Application
Dim value As String
instance.PlanCode = value
value = instance.PlanCode
public virtual string PlanCode {get; set;}
public read-write property PlanCode: String; virtual;
public function get,set PlanCode : String
public: __property virtual string* get_PlanCode();
public: __property virtual void set_PlanCode(
string* value
);
public:
virtual property String^ PlanCode {
String^ get();
void set ( String^ value);
}
Property Value
The plan code.
See Also