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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.