Resources.ExplorerContent_CollapseSearchResults Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Looks up a localized string similar to Click here to view collapsed search results.
Namespace: Microsoft.Data.Entity.Design
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ExplorerContent_CollapseSearchResults As String
Get
'Usage
Dim value As String
value = Resources.ExplorerContent_CollapseSearchResults
public static string ExplorerContent_CollapseSearchResults { get; }
public:
static property String^ ExplorerContent_CollapseSearchResults {
String^ get ();
}
static member ExplorerContent_CollapseSearchResults : string
static function get ExplorerContent_CollapseSearchResults () : String
Property Value
Type: System.String