Vbc.OptionCompare Property

Definition

Gets or sets a string value that specifies how string comparisons are made.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ OptionCompare { System::String ^ get(); void set(System::String ^ value); };
public string OptionCompare { get; set; }
member this.OptionCompare : string with get, set
Public Property OptionCompare As String

Property Value

A string value that specifies how string comparisons are made.

Remarks

This property can have the following values:

  • binary

  • text

The value binary specifies that the task uses binary string comparisons. The value text specifies that the task uses text string comparisons. The default value is binary.

Applies to