ReportItemDurationTicks Property |
Gets or sets the duration in ticks
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Nullable<long> DurationTicks { get; set; }
<DataMemberAttribute>
Public Property DurationTicks As Nullable(Of Long)
Get
Set
public:
[DataMemberAttribute]
property Nullable<long long> DurationTicks {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<DataMemberAttribute>]
member DurationTicks : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
The duration ticks.
See Also