Skip to main content

IInfoEntry.Tags property

Namespace: NextDesign.Core

Description

tag.
Returns an empty enumeration if the tag is unset.

IEnumerable<KeyValuePair<string, object>> Tags { get; }

Type

  • IEnumerable<KeyValuePair<string, object>>