Publish_OperationsCreatingDeploymentPreview Property

Looks up a localized string similar to Creating publish preview....

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace