TestHierarchyPromotionOptionsPromotionHierarchyLevelUniqueName Property |
Gets or sets the analysis unique name for implicit hierarchy promotion.
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 = "promotionHierarchyLevelUniqueName", EmitDefaultValue = false)]
public string PromotionHierarchyLevelUniqueName { get; set; }
<DataMemberAttribute(Name := "promotionHierarchyLevelUniqueName", EmitDefaultValue := false)>
Public Property PromotionHierarchyLevelUniqueName As String
Get
Set
public:
[DataMemberAttribute(Name = L"promotionHierarchyLevelUniqueName", EmitDefaultValue = false)]
property String^ PromotionHierarchyLevelUniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "promotionHierarchyLevelUniqueName", EmitDefaultValue = false)>]
member PromotionHierarchyLevelUniqueName : string with get, set
Property Value
Type:
StringSee Also