Share via


Resources.SearchResultItemsMatching Property

 

Looks up a localized string similar to Items matching {0}.

Namespace:   Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

public static string SearchResultItemsMatching { get; }
public:
property String^ SearchResultItemsMatching {
    static String^ get();
}
static member SearchResultItemsMatching : string with get
Public Shared ReadOnly Property SearchResultItemsMatching As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top