Gets or sets the party mobile phone number. The PhoneMobile property gets or sets the cell phone number of the party.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property PhoneMobile As String
             
        
            
            'Usage
 
Dim instance As Party
Dim value As String
 
instance.PhoneMobile = value
 
value = instance.PhoneMobile
             
        
            
            public virtual string PhoneMobile {get; set;}
             
        
            
            public read-write property PhoneMobile: String; virtual; 
             
        
            
            public function get,set PhoneMobile : String
             
        
            
            public: __property virtual string* get_PhoneMobile();
public: __property virtual void set_PhoneMobile( 
   string* value
);
             
        
            
            public:
virtual property String^ PhoneMobile {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also