Contact.CellPhone Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The cell phone number for the contact.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property CellPhone As String
    Get
    Set
'Usage
Dim instance As Contact
Dim value As String

value = instance.CellPhone

instance.CellPhone = value
public string CellPhone { get; set; }

Property Value

Type: System.String

See Also

Reference

Contact Class

Contact Members

WebBCM Namespace