ContactPhysicalAddress Constructor (String, String, String, String, String, String)
Creates a new ContactAddress instance.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
addressType As String, _
street As String, _
cityCode As String, _
state As String, _
zipCode As String, _
country As String _
)
'Usage
Dim addressType As String
Dim street As String
Dim cityCode As String
Dim state As String
Dim zipCode As String
Dim country As String
Dim instance As New ContactPhysicalAddress(addressType, _
street, cityCode, state, zipCode, _
country)
public ContactPhysicalAddress(
string addressType,
string street,
string cityCode,
string state,
string zipCode,
string country
)
Parameters
- addressType
Type: System.String
Type of the address such as work/home/other.
- street
Type: System.String
Street details.
- cityCode
Type: System.String
City code specified in the address.
- state
Type: System.String
State specified in the address.
- zipCode
Type: System.String
Zipcode in the address.
- country
Type: System.String
Country specified in the address.
See Also
Reference
ContactPhysicalAddress Members