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; }
<DataMemberAttribute(Name := "analysisElementUniqueName", EmitDefaultValue := false)>
Public Property AnalysisElementUniqueName As String
Get
Set
public:
[DataMemberAttribute(Name = L"analysisElementUniqueName", EmitDefaultValue = false)]
property String^ AnalysisElementUniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "analysisElementUniqueName", EmitDefaultValue = false)>]
member AnalysisElementUniqueName : string with get, set
Property Value
Type:
StringThe analysis element.
Remarks Only instances of the
ResultTransform output connector have this property populated.
See Also