| TaskResultBase OperationCosts Property |
Gets or sets the operation costs.
Namespace: CrawlerLib.EngineAssembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.17437 (2.1.5266.17437)
Syntax
public OperationCostCollection OperationCosts { get; set; }
Public Property OperationCosts As OperationCostCollection
Get
Set
public:
property OperationCostCollection^ OperationCosts {
OperationCostCollection^ get ();
void set (OperationCostCollection^ value);
}
member OperationCosts : OperationCostCollection with get, set
Property Value
Type:
OperationCostCollectionSee Also