ConditionEditorOp_LE Property

Looks up a localized string similar to is less than or equal to.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ConditionEditorOp_LE As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.ConditionEditorOp_LE
public static string ConditionEditorOp_LE { get; }
public:
static property String^ ConditionEditorOp_LE {
    String^ get ();
}
static member ConditionEditorOp_LE : string
static function get ConditionEditorOp_LE () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace