QueryResult_CellValidationError Property
Looks up a localized string similar to The changed value in this cell was not recognized as valid. .Net Framework Data Type: {0} Error Message: {1} Type a value appropriate for the data type or press ESC to cancel the change..
Namespace: Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property QueryResult_CellValidationError As String
Get
'Usage
Dim value As String
value = Resources.QueryResult_CellValidationError
public static string QueryResult_CellValidationError { get; }
public:
static property String^ QueryResult_CellValidationError {
String^ get ();
}
static member QueryResult_CellValidationError : string
static function get QueryResult_CellValidationError () : String
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace