SubstitutedCost Property
Summary
The CPU performance cost of a substituted character.
Syntax
public int SubstitutedCost { get; set; }
Public Property SubstitutedCost() As Integer
Get
Set
public:
property Int32 SubstitutedCost
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the cost of a substituted character. Default value is 1.