ProposalParty.EffortRequired 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 percentage of time that is required to perform the service.
public:
property double EffortRequired { double get(); void set(double value); };
[System.Runtime.Serialization.DataMember]
public double EffortRequired { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EffortRequired : double with get, set
Public Property EffortRequired As Double
Property Value
The percentage of time that is required to perform the service.
- Attributes
Remarks
Use this property to indicate the percentage of time that a service will take. For example, a dentist may fill only one cavity at a time; so the EffortRequired
value for this service is 1. However, the dentist can schedule four simultaneous cleanings; each with a different dental hygienist. Therefore, the EffortRequired
value for a single cleaning service is .25.