Class SmartTag

SmartTag class

Represents a smart tag.

public class SmartTag

Properties

NameDescription
Deleted { get; set; }Indicates whether the smart tag is deleted.
Name { get; }Gets the name of the smart tag.
Properties { get; set; }Gets and set the properties of the smart tag.
Uri { get; }Gets the namespace URI of the smart tag.

Methods

NameDescription
SetLink(string, string)Change the name and the namespace URI of the smart tag.

See Also