Comment.Tags Property
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Gets the list of unique tags in this Comment.
public IList<string> Tags { get; set; }
Property value
System.Collections.Generic.IList
Gets the list of unique tags in this Comment.
public IList<string> Tags { get; set; }