GenerateHierarchyOptionsGuessingMethod Property  | 
 
            Gets or sets the guessing method.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "guessingMethod", EmitDefaultValue = true)]
public HierarchyGenerationMethod GuessingMethod { get; set; }<DataMemberAttribute(Name := "guessingMethod", EmitDefaultValue := true)>
Public Property GuessingMethod As HierarchyGenerationMethod
	Get
	Set
public:
[DataMemberAttribute(Name = L"guessingMethod", EmitDefaultValue = true)]
property HierarchyGenerationMethod GuessingMethod {
	HierarchyGenerationMethod get ();
	void set (HierarchyGenerationMethod value);
}[<DataMemberAttribute(Name = "guessingMethod", EmitDefaultValue = true)>]
member GuessingMethod : HierarchyGenerationMethod with get, set
Property Value
Type: 
HierarchyGenerationMethod
            The guessing method.
            
See Also