Contact.Addresses Property

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

Syntax

'Declaration
Public ReadOnly Property Addresses As IEnumerable(Of ContactAddress)
public IEnumerable<ContactAddress> Addresses { get; }
public:
property IEnumerable<ContactAddress^>^ Addresses {
    IEnumerable<ContactAddress^>^ get ();
}
member Addresses : IEnumerable<ContactAddress> with get

Property Value

Type: System.Collections.Generic.IEnumerable<ContactAddress>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Contact Class

Microsoft.Phone.UserData Namespace