Gets or sets the party home telephone number. The PhoneHome property gets or sets the home phone of the party.
Syntax
public virtual string PhoneHome {get; set;}
public read-write property PhoneHome: String; virtual;
public function get,set PhoneHome : String
public: __property virtual string* get_PhoneHome();
public: __property virtual void set_PhoneHome(
string* value
);
'Declaration
Public Overridable Property PhoneHome As String
'Usage
Dim instance As Party
Dim value As String
instance.PhoneHome = value
value = instance.PhoneHome
Property Value
The party home telephone number.
See Also