FileNotCatalogPropertiesFile Property

Looks up a localized string similar to The selected file is not a valid catalog properties file. Are you sure that you want to reference this file?.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace