Contact Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.UserData.Contact

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public NotInheritable Class Contact
public sealed class Contact
public ref class Contact sealed
[<Sealed>]
type Contact =  class end

The Contact type exposes the following members.

Properties

  Name Description
Public property Accounts
Public property Addresses
Public property Birthdays
Public property Children
Public property Companies
Public property CompleteName
Public property DisplayName
Public property EmailAddresses
Public property IsPinnedToStart
Public property Notes
Public property PhoneNumbers
Public property SignificantOthers
Public property Websites

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetPicture
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.UserData Namespace