InvalidLoggerType Property

Looks up a localized string similar to The logger type is not valid\nExpected: {0}\nReceived: {1}.

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

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace