UpgradeOfDeploymentFilesIsOff Property

Looks up a localized string similar to Project upgrade of pre and post deployment files has been turned off..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace