• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Constructor Tag

Tag(String)

Initializes a new instance of Tag class.

Declaration
public Tag(string tag)
Parameters
Type Name Description
System.String tag

Name of the tag.

Examples

Example initializes a tag

Tag tag1 = new Tag("Alpha");
Back to top Copyright © 2017 Alachisoft