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
'Usage
Dim instance As VBPackageSettings 
Dim value As pkgCompare 

value = instance.OptionCompare

instance.OptionCompare = value
pkgCompare OptionCompare { get; set; }
property pkgCompare OptionCompare {
    pkgCompare get ();
    void set (pkgCompare value);
}
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

VBPackageSettings Members

VSLangProj2 Namespace