IWebBrowser2.PutProperty Method

Associates a user-defined name/value pair with the object.

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 Property As String
Dim vtValue As Object

instance.PutProperty(Property, vtValue)

Syntax

'Declaration
<DispIdAttribute(302)> _
Sub PutProperty ( _
    <InAttribute> Property As String, _
    <InAttribute> vtValue As Object _
)
[DispIdAttribute(302)] 
void PutProperty (
    [InAttribute] string Property,
    [InAttribute] Object vtValue
)
[DispIdAttribute(302)] 
void PutProperty (
    [InAttribute] String^ Property, 
    [InAttribute] Object^ vtValue
)
/** @attribute DispIdAttribute(302) */ 
void PutProperty (
    /** @attribute InAttribute() */ String Property, 
    /** @attribute InAttribute() */ Object vtValue
)
DispIdAttribute(302) 
function PutProperty (
    Property : String, 
    vtValue : Object
)

Parameters

  • Property
    Specifies the property name.
  • vtValue
    Specifies the property value.

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.