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