TimeInfo.Effort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of effort required for this block of time.
public:
property double Effort { double get(); void set(double value); };
[System.Runtime.Serialization.DataMember]
public double Effort { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Effort : double with get, set
Public Property Effort As Double
Property Value
The amount of effort required for this block of time.
- Attributes