ContactAddress.Kind Property

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

Syntax

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

Property Value

Type: Microsoft.Phone.UserData.AddressKind

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