Interface ITagged
Mixin providing the Tags property.
Namespace: Kephas.Data.Model.Abstractions
Assembly: Kephas.Data.Model.Abstractions.dll
Syntax
public interface ITagged
Properties
| Improve this Doc View SourceTags
Gets or sets the tags.
Declaration
[Display(ResourceType = typeof(ModelStrings), Name = "Tagged_Tags_Name")]
string[] Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The tags. |