ConditionEditorOp_GE Property

Looks up a localized string similar to is greater 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_GE As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace