TestHierarchyPromotionOptionsPromotionHierarchyUniqueName Property |
Gets or sets the hierarchy unique name at which connector element will be promoted to using.
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 = "promotionHierarchyUniqueName", EmitDefaultValue = false)]
public string PromotionHierarchyUniqueName { get; set; }
<DataMemberAttribute(Name := "promotionHierarchyUniqueName", EmitDefaultValue := false)>
Public Property PromotionHierarchyUniqueName As String
Get
Set
public:
[DataMemberAttribute(Name = L"promotionHierarchyUniqueName", EmitDefaultValue = false)]
property String^ PromotionHierarchyUniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "promotionHierarchyUniqueName", EmitDefaultValue = false)>]
member PromotionHierarchyUniqueName : string with get, set
Property Value
Type:
StringSee Also