Vbc.OptionCompare Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.