TestHierarchyPromotionOptionsPromotionHierarchyLevelCompatibleUniqueName Property |
Gets or sets the analysis element compatible 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 = "promotionHierarchyLevelCompatibleUniqueName",
EmitDefaultValue = false)]
public string PromotionHierarchyLevelCompatibleUniqueName { get; set; }
<DataMemberAttribute(Name := "promotionHierarchyLevelCompatibleUniqueName",
EmitDefaultValue := false)>
Public Property PromotionHierarchyLevelCompatibleUniqueName As String
Get
Set
public:
[DataMemberAttribute(Name = L"promotionHierarchyLevelCompatibleUniqueName",
EmitDefaultValue = false)]
property String^ PromotionHierarchyLevelCompatibleUniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "promotionHierarchyLevelCompatibleUniqueName",
EmitDefaultValue = false)>]
member PromotionHierarchyLevelCompatibleUniqueName : string with get, set
Property Value
Type:
StringSee Also