  | AddressAdditionalContactInfoName2Relation Property  | 
 
            Gets or sets the name 2 relation.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Name2Relation { get; set; }Public Property Name2Relation As String
	Get
	Set
public:
property String^ Name2Relation {
	String^ get ();
	void set (String^ value);
}function get Name2Relation () : String
function set Name2Relation (value : String)
function get_Name2Relation();
function set_Name2Relation(value);
Property Value
Type: 
StringThe name 2 relation.
See Also