Indicates whether the list is read-only.

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

Syntax

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

ResponseCollection
Dim 
value 
As 
Boolean

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

Property value

Type: System . . :: . . Boolean

See also