UserInformationPhone Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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