FailedToLoadPropertiesFilePropertyTypeNotFound Property

Looks up a localized string similar to Failed to load the properties file: 'PropertyType' was either not found or does not have a valid value..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace