| SessionReportMeasurement Property |
Namespace:
Dynamicweb.Tracking.Web.Reporting
Assembly:
Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax [AddInLabelAttribute("Measurement type")]
[AddInParameterAttribute("MeasurementSelection")]
[AddInParameterOrderAttribute(200)]
[AddInParameterGroupAttribute("Measurement")]
[AddInParameterEditorAttribute(typeof(RadioParameterEditor), "container=body;SortBy=Key")]
public int Measurement { get; set; }
<AddInLabelAttribute("Measurement type")>
<AddInParameterAttribute("MeasurementSelection")>
<AddInParameterOrderAttribute(200)>
<AddInParameterGroupAttribute("Measurement")>
<AddInParameterEditorAttribute(GetType(RadioParameterEditor), "container=body;SortBy=Key")>
Public Property Measurement As Integer
Get
Set
Property Value
Type:
Int32See Also