public string PlanYearID {get; set;}
public read-write property PlanYearID: String;
public function get,set PlanYearID : String
public: __property string* get_PlanYearID(); public: __property void set_PlanYearID( string* value );
'Declaration
Public Property PlanYearID As String
'Usage
Dim instance As Application Dim value As String instance.PlanYearID = value value = instance.PlanYearID