Sdílet prostřednictvím


PhoneNumber Constructor (String, String, String)

Create an instance of PhoneNumber.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    phoneType As String, _
    displayValue As String, _
    phoneUri As String _
)
'Usage
Dim phoneType As String
Dim displayValue As String
Dim phoneUri As String

Dim instance As New PhoneNumber(phoneType, _
    displayValue, phoneUri)
public PhoneNumber(
    string phoneType,
    string displayValue,
    string phoneUri
)

Parameters

  • displayValue
    Type: System.String
    Phone number as common display string

See Also

Reference

PhoneNumber Class

PhoneNumber Members

PhoneNumber Overload

Microsoft.Rtc.Collaboration.Presence Namespace