Selerix Developer Tools
PhoneWork Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Party Class : PhoneWork Property
Gets or sets the party work phone number. The PhoneWork property gets or sets the work phone number of the party.
Syntax
public virtual string PhoneWork {get; set;}
public read-write property PhoneWork: String; virtual; 
public function get,set PhoneWork : String
public: __property virtual string* get_PhoneWork();
public: __property virtual void set_PhoneWork( 
   string* value
);
public:
virtual property String^ PhoneWork {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Overridable Property PhoneWork As String
 
'Usage
 
Dim instance As Party
Dim value As String
 
instance.PhoneWork = value
 
value = instance.PhoneWork

Property Value

The party work phone number.
See Also

Reference

Party Class
Party Members