PropertyValue
is defined in the Telligent.Evolution.Extensibility.Configuration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PropertyValue { string LabelResourceName { get; set; } string LabelText { get; set; } NameValueCollection Options { get; } int OrderNumber { get; set; } string Value { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
LabelResourceName | string | |||
LabelText | string | |||
Options | NameValueCollection | |||
OrderNumber | int | |||
Value | string |