IWebBrowser2.PutProperty(String, Object) Method

Definition

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

public:
 void PutProperty(System::String ^ Property, System::Object ^ vtValue);
public void PutProperty (string Property, object vtValue);
abstract member PutProperty : string * obj -> unit
Public Sub PutProperty (Property As String, vtValue As Object)

Parameters

Property
String

Specifies the property name.

vtValue
Object

Specifies the property value.

Applies to