ServiceProvider_InvalidServiceInstance Property

Looks up a localized string similar to Service instances must inherit from or implement {0}..

Namespace:  Microsoft.VisualStudio.Data.Tools.Design
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Common (in Microsoft.VisualStudio.Data.Tools.Design.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ServiceProvider_InvalidServiceInstance As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Design Namespace