Item

ITagCollection indexer

Returns or sets a key and a value pair of a tag.

public string this[string name] { get; set; }
ParameterDescription
nameKey of a tag.

Return Value

Value of a tag.

See Also