IWebBrowser2.Silent Property

Gets or sets a value that indicates whether the object can display dialog boxes.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As IWebBrowser2
Dim value As Boolean

value = instance.Silent

instance.Silent = value

Syntax

'Declaration
<DispIdAttribute(551)> _
Property Silent As Boolean
[DispIdAttribute(551)] 
bool Silent { get; set; }
[DispIdAttribute(551)] 
property bool Silent {
    bool get ();
    void set ([InAttribute] bool value);
}
/** @property */
/** @attribute DispIdAttribute(551) */ 
boolean get_Silent ()

/** @property */
/** @attribute DispIdAttribute(551) */ 
void set_Silent (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(551) 
function get Silent () : boolean

DispIdAttribute(551) 
function set Silent (value : boolean)

Property Value

Type: Boolean
True if the object can display dialog boxes, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.