QueryResult_CellIsNotUpdatable Property

Looks up a localized string similar to The column is not updatable..

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

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

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace