'Declaration
Public Function New( _ ByVal communicationProfile As UACommunicationProfile _ )
'Usage
Dim communicationProfile As UACommunicationProfile Dim instance As New UACommunicationProfile(communicationProfile)
public UACommunicationProfile( UACommunicationProfile communicationProfile )
public: UACommunicationProfile( UACommunicationProfile^ communicationProfile )
Parameters
- communicationProfile
- Endpoint selection policy object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).