TimeInfo.Effort Property
Applies To: Dynamics CRM 2015
Gets or sets the amount of effort required for this block of time.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public double Effort { get; set; }
public:
[DataMemberAttribute]
property double Effort {
double get();
void set(double value);
}
[<DataMemberAttribute>]
member Effort : float with get, set
<DataMemberAttribute>
Public Property Effort As Double
Property Value
Type: System.Double
Type: Double
The amount of effort required for this block of time.
See Also
TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright