VBPackageSettings.OptionCompare Property

Gets or sets whether strings are compared using a binary or text method. Visual Basic projects only.

Namespace:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

Syntax

'Declaration
Property OptionCompare As pkgCompare
    Get
    Set
pkgCompare OptionCompare { get; set; }
property pkgCompare OptionCompare {
    pkgCompare get ();
    void set (pkgCompare value);
}
abstract OptionCompare : pkgCompare with get, set
function get OptionCompare () : pkgCompare
function set OptionCompare (value : pkgCompare)

Property Value

Type: VSLangProj2.pkgCompare

Remarks

This property is supported only in Visual Basic projects.

.NET Framework Security

See Also

Reference

VBPackageSettings Interface

VSLangProj2 Namespace