[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a value indicating whether the ICollection < (Of < ( <' T > ) > ) > is read-only.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
IsReadOnly { 
get; }
Public 
ReadOnly 
Property 
IsReadOnly 
As 
Boolean
	
Get
public:
virtual 
property 
bool 
IsReadOnly {
	
bool 
get () 
sealed;
}

Return Value

true if the ICollection < (Of < ( <' T > ) > ) > is read-only; otherwise, false.

Implements

ICollection < (Of < ( <' T > ) > ) > . . :: . . IsReadOnly

See Also