IExtendedAttribute is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IExtendedAttribute
{
string Key { get; set; }
string Value { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Key | string | |||
| Value | string |