Selerix Developer Tools
PhoneHome Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Party Class : PhoneHome Property
Gets or sets the party home telephone number. The PhoneHome property gets or sets the home phone of the party.
Syntax
'Declaration
 
Public Overridable Property PhoneHome As String
'Usage
 
Dim instance As Party
Dim value As String
 
instance.PhoneHome = value
 
value = instance.PhoneHome
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
);
public:
virtual property String^ PhoneHome {
   String^ get();
   void set (    String^ value);
}

Property Value

The party home telephone number.
See Also

Reference

Party Class
Party Members