Returns copy of audio/video port range policy.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
GetPortRange 
As 

NetworkPortRange
C#
public 

NetworkPortRange 
GetPortRange()
Visual C++
public:

NetworkPortRange^ 
GetPortRange()
JavaScript
function 
getPortRange();

Return Value

Global audio/video communication network port range.

Remarks

Any change made on the returned object will not affect the global audio/video port configuration policy. In order to apply changes, the application must call the SetPortRange method.

See Also