DacWizard_MessageLabel Property

Looks up a localized string similar to Message.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace