Gets a value indicating whether the LocalValue of this property is ignored. (When the LocalValue is ignored, the Value is effectively read-only.)

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ReadOnly 
As 
Boolean
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

InheritedChatRoomProperty
Dim 
value 
As 
Boolean

value = instance.
ReadOnly
C#
public 
bool 
ReadOnly { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Boolean

True if the LocalValue is ignored; otherwise, false .

Remarks

Some instances of InheritedChatRoomProperty become ReadOnly when a parent entity makes restrictions on their behavior. For example: when the value of ChildrenMustInheritProperties is true , subcategories and chat rooms in that category will have many ReadOnly properties. For information about the specific properties affected by this change, see ChildrenMustInheritProperties .

See Also