Edit

Share via


UserInformationPhone Constructors

Definition

Overloads

UserInformationPhone(String, String)
UserInformationPhone(String, String, String)

UserInformationPhone(String, String)

public:
 UserInformationPhone(System::String ^ phoneType, System::String ^ displayString);
public UserInformationPhone (string phoneType, string displayString);
new Microsoft.Rtc.Internal.Collaboration.UserInformationPhone : string * string -> Microsoft.Rtc.Internal.Collaboration.UserInformationPhone
Public Sub New (phoneType As String, displayString As String)

Parameters

phoneType
String
displayString
String

Applies to

UserInformationPhone(String, String, String)

public:
 UserInformationPhone(System::String ^ phoneType, System::String ^ displayString, System::String ^ phoneUri);
public UserInformationPhone (string phoneType, string displayString, string phoneUri);
new Microsoft.Rtc.Internal.Collaboration.UserInformationPhone : string * string * string -> Microsoft.Rtc.Internal.Collaboration.UserInformationPhone
Public Sub New (phoneType As String, displayString As String, phoneUri As String)

Parameters

phoneType
String
displayString
String
phoneUri
String

Applies to