ConnectorElementTag Property |
Gets or sets the tag.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string Tag { get; set; }Public Property Tag As String
Get
Set
public:
property String^ Tag {
String^ get ();
void set (String^ value);
}member Tag : string with get, set
Property Value
Type:
String
The tag.
See Also