EntryTag Constructor

Initializes a new instance of the EntryTag class.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public EntryTag(
	string value
)

Parameters

value
Type: SystemString
The tag value.
See Also