Class MobilePhone
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a mobile phone.
public sealed class MobilePhone
- Inheritance
-
MobilePhone
- Inherited Members
Constructors
MobilePhone()
Initializes a new instance of the MobilePhone class.
public MobilePhone()
MobilePhone(string, string)
Initializes a new instance of the MobilePhone class.
public MobilePhone(string name, string phoneNumber)
Parameters
Properties
Name
Gets or sets the name associated with this mobile phone.
public string Name { get; set; }
Property Value
PhoneNumber
Gets or sets the number of this mobile phone.
public string PhoneNumber { get; set; }