ConnectorElementDataAnalysisElementUniqueName Property

Gets the analysis element the current instance is the source for, if applicable.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "analysisElementUniqueName", EmitDefaultValue = false)]
public string AnalysisElementUniqueName { get; set; }

Property Value

Type: String
The analysis element.
Remarks
Only instances of the ResultTransform output connector have this property populated.
See Also