The Write method updates a value in a PropertyBag collection.
PropertyBag Object |
object.Write( bstrPropertyName As String , Value as Variant )
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
bstrPropertyName | String identifying an exposed property by name |
Value | Value |
HRESULT Write(BSTR bstrPropertyName, VARIANT Value);