InheritedChatRoomProperty Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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 InheritedChatRoomProperty type exposes the following members.
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