Gets or sets the plan year ID.
Syntax
'Declaration
Public Property PlanYearID As String
'Usage
Dim instance As Document
Dim value As String
instance.PlanYearID = value
value = instance.PlanYearID
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
);
public:
property String^ PlanYearID {
String^ get();
void set ( String^ value);
}
Property Value
The plan year ID.
See Also