MaximumCost Property
Summary
The maximum allowed cost of a match.
Syntax
public int MaximumCost { get; set; }
Public Property MaximumCost() As Integer
Get
Set
public:
property Int32 MaximumCost
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the maximum allowed cost of a match. Default value is 2.