AcpInformation(String, IEnumerable<String>, String) Constructor
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.
public:
AcpInformation(System::String ^ tollNumber, System::Collections::Generic::IEnumerable<System::String ^> ^ tollFreeNumbers, System::String ^ participantPasscode);
public AcpInformation (string tollNumber, System.Collections.Generic.IEnumerable<string> tollFreeNumbers, string participantPasscode);
new Microsoft.Rtc.Internal.Collaboration.AcpInformation : string * seq<string> * string -> Microsoft.Rtc.Internal.Collaboration.AcpInformation
Public Sub New (tollNumber As String, tollFreeNumbers As IEnumerable(Of String), participantPasscode As String)
Parameters
- tollNumber
- String
- tollFreeNumbers
- IEnumerable<String>
- participantPasscode
- String