PropertyPage_ReferncePaths_InvalidFolderPath Property

Looks up a localized string similar to Folder path does not exist..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace