Partilhar via


NewProcessEventArgs.pWB2 Property

Gets or sets the pointer to the top-level or frame WebBrowser object corresponding to the event.

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

Usage

'Usage
Dim instance As NewProcessEventArgs
Dim value As Object

value = instance.pWB2

instance.pWB2 = value

Syntax

'Declaration
Public Property pWB2 As Object
public Object pWB2 { get; set; }
public:
property Object^ pWB2 {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_pWB2 ()

/** @property */
public void set_pWB2 (Object value)
public function get pWB2 () : Object

public function set pWB2 (value : Object)

Property Value

Type: Object

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

NewProcessEventArgs Class
NewProcessEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace

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