DacWizard_ResultLabel Property
Looks up a localized string similar to Result.
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_ResultLabel As String
Get
'Usage
Dim value As String
value = SqlPackageResource.DacWizard_ResultLabel
public static string DacWizard_ResultLabel { get; }
public:
static property String^ DacWizard_ResultLabel {
String^ get ();
}
static member DacWizard_ResultLabel : string
static function get DacWizard_ResultLabel () : String
Property Value
Type: System..::..String