  | ParentParentNameGroup Property  | 
 
            Gets or sets the parent name group.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ParentNameGroup { get; set; }Public Property ParentNameGroup As String
	Get
	Set
public:
property String^ ParentNameGroup {
	String^ get ();
	void set (String^ value);
}function get ParentNameGroup () : String
function set ParentNameGroup (value : String)
function get_ParentNameGroup();
function set_ParentNameGroup(value);
Property Value
Type: 
StringThe parent name group (NAME1,NAME2).
Remarks
            This property designates whether the person is represented in the "name1(father)" or "name2(mother)" fields on an address.
            
See Also