Number of elements that are contained in the collection.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Count 
As 
Integer
	
Get
Visual Basic (usage)
Dim 
instance 
As 

HeaderCollection
Dim 
value 
As 
Integer

value = instance.
Count
C#
public 
int 
Count { 
get; }

Property value

Type: System . . :: . . Int32

Implements

ICollection . . :: . . Count

See also