ConditionEditorOp_NOT_IN Property

Looks up a localized string similar to is not present in.

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_NOT_IN As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace