Represents a Boolean value of a property which is derived from information associated with an entity, as well as information associated with the logical parent or parents of an entity.

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current InheritedChatRoomProperty .(Overrides Object . . :: . . ToString () () () () .)
Top

See Also