 | PersonConstituentConstituentClassYr Property |
Gets or sets the constituent class yr.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int ConstituentClassYr { get; set; }
Public Property ConstituentClassYr As Integer
Get
Set
public:
property int ConstituentClassYr {
int get ();
void set (int value);
}
function get ConstituentClassYr () : int
function set ConstituentClassYr (value : int)
function get_ConstituentClassYr();
function set_ConstituentClassYr(value);
Property Value
Type:
Int32The constituent class yr.
See Also