Share via


DBStatusBarOwner.VsProgressCookie Property

Gets or sets the Visual Studio progress cookie.

Namespace:  Microsoft.Data.Schema.Sql.Common.UI
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property VsProgressCookie As UInteger
    Get
    Set
'Usage
Dim instance As DBStatusBarOwner
Dim value As UInteger

value = instance.VsProgressCookie

instance.VsProgressCookie = value
public uint VsProgressCookie { get; set; }
public:
property unsigned int VsProgressCookie {
    unsigned int get ();
    void set (unsigned int value);
}
function get VsProgressCookie () : uint
function set VsProgressCookie (value : uint)
member VsProgressCookie : uint32 with get, set

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

DBStatusBarOwner Class

DBStatusBarOwner Members

Microsoft.Data.Schema.Sql.Common.UI Namespace