Publish_OperationsCreatedDeploymentPreview Property

Looks up a localized string similar to Finished 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_OperationsCreatedDeploymentPreview As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace