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

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

Property Value

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

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace