ContactAddress.PhysicalAddress Property

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

Syntax

'Declaration
Public Property PhysicalAddress As CivicAddress
public CivicAddress PhysicalAddress { get; internal set; }
public:
property CivicAddress^ PhysicalAddress {
    CivicAddress^ get ();
    internal: void set (CivicAddress^ value);
}
member PhysicalAddress : CivicAddress with get, internal set

Property Value

Type: System.Device.Location.CivicAddress

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ContactAddress Class

Microsoft.Phone.UserData Namespace