UserPropertiesPhone 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
UserPropertiesPhone(String, String) | |
UserPropertiesPhone(String, String, String) |
UserPropertiesPhone(String, String)
public:
UserPropertiesPhone(System::String ^ lineType, System::String ^ phoneUri);
public UserPropertiesPhone (string lineType, string phoneUri);
new Microsoft.Rtc.Internal.Collaboration.UserPropertiesPhone : string * string -> Microsoft.Rtc.Internal.Collaboration.UserPropertiesPhone
Public Sub New (lineType As String, phoneUri As String)
Parameters
- lineType
- String
- phoneUri
- String
Applies to
UserPropertiesPhone(String, String, String)
public:
UserPropertiesPhone(System::String ^ lineType, System::String ^ phoneUri, System::String ^ lineServer);
public UserPropertiesPhone (string lineType, string phoneUri, string lineServer);
new Microsoft.Rtc.Internal.Collaboration.UserPropertiesPhone : string * string * string -> Microsoft.Rtc.Internal.Collaboration.UserPropertiesPhone
Public Sub New (lineType As String, phoneUri As String, lineServer As String)
Parameters
- lineType
- String
- phoneUri
- String
- lineServer
- String