InheritedChatRoomProperty Members
Include Protected Members
Include Inherited Members
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 following tables list the members exposed by the InheritedChatRoomProperty type.
Properties
Name | Description | |
---|---|---|
InheritedValue | Gets the inherited value of the property. This value is the effective Value of the property on the parent. | |
LocalValue | Gets the locally defined value of the property, or null if no value is defined (the default). | |
ReadOnly | Gets a value indicating whether the LocalValue of this property is ignored. (When the LocalValue is ignored, the Value is effectively read-only.) | |
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 | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a String that represents the current InheritedChatRoomProperty. (Overrides Object.ToString().) |
Top