ParameterValueDataDetailsLevelDepth Property |
Gets the details level depth.
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 = "detailsLevelDepth", EmitDefaultValue = true)]
public int DetailsLevelDepth { get; set; }
<DataMemberAttribute(Name := "detailsLevelDepth", EmitDefaultValue := true)>
Public Property DetailsLevelDepth As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"detailsLevelDepth", EmitDefaultValue = true)]
property int DetailsLevelDepth {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "detailsLevelDepth", EmitDefaultValue = true)>]
member DetailsLevelDepth : int with get, set
Property Value
Type:
Int32See Also