Tags

Property in Node

Summary

Gets the collection of tags defined for this node, if any. If no tags are defined, returns an empty collection.

public IEnumerable<string> Tags { get; }

Last updated

Was this helpful?