ProgressError1 Property

Gets {insert text here}.

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 ProgressError1 As Icon
    Get
'Usage
Dim value As Icon

value = SqlPackageResource.ProgressError1
public static Icon ProgressError1 { get; }
public:
static property Icon^ ProgressError1 {
    Icon^ get ();
}
static member ProgressError1 : Icon
static function get ProgressError1 () : Icon

Property Value

Type: System.Drawing..::..Icon

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace