Base type: System.Entity
Summary: This entity represents component definition settings.
| Name | Type | Notes |
|---|---|---|
| ComponentDefinitionID | System.Int32 | Unique integer representation of parent component definition. |
| Key | System.String | Unique string representation of the setting definition. |
| Value | System.String | This property contains setting value. |
| ValueType | System.Int32 | Type of the setting value. |
| Required | System.Boolean | This property defines if setting is required. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |