Gets the number of ports in series starting with the value returned by the Port property. Default value if nothing is specified is 1.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PortCount 
As 
Integer
C#
public 
int 
PortCount { 
get; 
set; }
Visual C++
public:
property 
int 
PortCount {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
portCount();
function set_
portCount(
value);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when PortCount is less than 1.

See Also