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