 | Person2SpouseEntityNo Property |
Gets the spouse's entity number when the IncludePersonSpouseInfo export parameter is true and either IncludeParents or IncludeConstituents is set to true.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic int SpouseEntityNo { get; set; }
Public Property SpouseEntityNo As Integer
Get
Set
public:
property int SpouseEntityNo {
int get ();
void set (int value);
}
function get SpouseEntityNo () : int
function set SpouseEntityNo (value : int)
function get_SpouseEntityNo();
function set_SpouseEntityNo(value);
Property Value
Type:
Int32The entity number of the spouse.
See Also