Indicates whether the list has a fixed size.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
IsFixedSize 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ResponseCollection
Dim 
value 
As 
Boolean

value = instance.
IsFixedSize
C#
public 
bool 
IsFixedSize { 
get; }

Property value

Type: System . . :: . . Boolean

See also