 | PersonConstituentRecordNo Property |
Gets or sets the constituent record no.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int ConstituentRecordNo { get; set; }
Public Property ConstituentRecordNo As Integer
Get
Set
public:
property int ConstituentRecordNo {
int get ();
void set (int value);
}
function get ConstituentRecordNo () : int
function set ConstituentRecordNo (value : int)
function get_ConstituentRecordNo();
function set_ConstituentRecordNo(value);
Property Value
Type:
Int32The constituent record no.
See Also