The InheritedChatRoomPropertytype exposes the following members.

Properties

  Name Description
Public property InheritedValue Gets the inherited value of the property. This value is the effective Value of the property on the parent.
Public property LocalValue Gets the locally defined value of the property, or null if no value is defined (the default).
Public property ReadOnly Gets a value indicating whether the LocalValue of this property is ignored. (When the LocalValue is ignored, the Value is effectively read-only.)
Public property Value Gets the effective value of the property. This is the actual value which defines the behavior, as resolved from the rules governing this property, as well as the LocalValue and InheritedValue which have been defined.
Top

See Also