Base type: System.Entity
Summary: This entity represents component settings.
Name | Type | Notes |
---|---|---|
ComponentID | System.Int64 | Unique integer representation of parent component. |
Key | System.String | Unique string representation of the setting. |
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'. |