  | AddressBaseOtherNumbers Property  | 
 
            Gets or sets the other numbers.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic AddressOtherPhoneBlock OtherNumbers { get; set; }Public Property OtherNumbers As AddressOtherPhoneBlock
	Get
	Set
public:
property AddressOtherPhoneBlock^ OtherNumbers {
	AddressOtherPhoneBlock^ get ();
	void set (AddressOtherPhoneBlock^ value);
}function get OtherNumbers () : AddressOtherPhoneBlock
function set OtherNumbers (value : AddressOtherPhoneBlock)
function get_OtherNumbers();
function set_OtherNumbers(value);
Property Value
Type: 
AddressOtherPhoneBlockThe other numbers.
See Also