ApplicationEndpointSettings.SetEndpointType Method (EndpointType)
Sets the type of user agent that this endpoint represents.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetEndpointType ( _
endpointType As EndpointType _
)
'Usage
Dim instance As ApplicationEndpointSettings
Dim endpointType As EndpointType
instance.SetEndpointType(endpointType)
public void SetEndpointType(
EndpointType endpointType
)
Parameters
- endpointType
Type: Microsoft.Rtc.Collaboration.EndpointType
The user agent's type.
See Also
Reference
ApplicationEndpointSettings Class