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)
Syntaxpublic EntryTag(
string value
)
Public Sub New (
value As String
)
public:
EntryTag(
String^ value
)
new :
value : string -> EntryTagParameters
- value
- Type: SystemString
The tag value.
See Also