MethodInformation.EstimatedCost Property

The estimated cost is a definition of approximately how much processing time and resources will be used in the execution of this method.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property EstimatedCost As EstimatedMethodCost
public EstimatedMethodCost EstimatedCost { get; }
public:
property EstimatedMethodCost EstimatedCost {
    EstimatedMethodCost get ();
}
member EstimatedCost : EstimatedMethodCost with get
function get EstimatedCost () : EstimatedMethodCost

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.EstimatedMethodCost
Returns EstimatedMethodCost.

.NET Framework Security

See Also

Reference

MethodInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace