 | PersonConstituentLostDeceased Property |
Gets or sets the constituent Lost/Deceased flag.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ConstituentLostDeceased { get; set; }
Public Property ConstituentLostDeceased As String
Get
Set
public:
property String^ ConstituentLostDeceased {
String^ get ();
void set (String^ value);
}
function get ConstituentLostDeceased () : String
function set ConstituentLostDeceased (value : String)
function get_ConstituentLostDeceased();
function set_ConstituentLostDeceased(value);
Property Value
Type:
StringThe constituent lost/deceased flag.
See Also