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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.