ContactPhysicalAddress.AddressType Property
Gets or sets the type of address (work/home/other).
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AddressType As String
Get
Set
'Usage
Dim instance As ContactPhysicalAddress
Dim value As String
value = instance.AddressType
instance.AddressType = value
public string AddressType { get; set; }
Property Value
Type: System.String