SaveOfProjectFileOutsideCurrentDirectory Property

Looks up a localized string similar to The project file can only be saved into the project location '{0}'..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace