SetEndpointType Method (EndpointType, EndpointSubtype)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetEndpointType ( _
endpointType As EndpointType, _
endpointSubtype As EndpointSubtype _
)
'Usage
Dim instance As ApplicationEndpointSettings
Dim endpointType As EndpointType
Dim endpointSubtype As EndpointSubtype
instance.SetEndpointType(endpointType, _
endpointSubtype)
public void SetEndpointType(
EndpointType endpointType,
EndpointSubtype endpointSubtype
)
Parameters
- endpointType
Type: Microsoft.Rtc.Collaboration..::..EndpointType
- endpointSubtype
Type: Microsoft.Rtc.Collaboration..::..EndpointSubtype
See Also
Reference
ApplicationEndpointSettings Class