IWebBrowser2.PutProperty(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.