DurationValue property

Return the value of the control's backing property.

Visual Basic syntax

Public Property DurationValue As TimeSpan

C# syntax

public TimeSpan DurationValue {get;set;}

Usage

(The set method serves no purpose in this interface. It's provided solely for the IAgentryControlViewModelDuration interface that derives from this one.)