ExtendedAttribute is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ExtendedAttribute
{
string Key { get; set; }
string Value { get; set; }
bool IsUniqueId(string index);
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Key | string | |||
| Value | string |
Methods
bool IsUniqueId(string index);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| index | string | Index | Required |
Return Type
bool