  | PersonContactOtherNumber2 Property  | 
 
            Gets or sets the 2nd other phone number.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string OtherNumber2 { get; set; }Public Property OtherNumber2 As String
	Get
	Set
public:
property String^ OtherNumber2 {
	String^ get ();
	void set (String^ value);
}function get OtherNumber2 () : String
function set OtherNumber2 (value : String)
function get_OtherNumber2();
function set_OtherNumber2(value);
Property Value
Type: 
StringThe 2nd other phone number.
See Also