IWebBrowser2.GetProperty(String) 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.
Gets the value associated with a user-defined property name.
public:
System::Object ^ GetProperty(System::String ^ Property);
public object GetProperty (string Property);
abstract member GetProperty : string -> obj
Public Function GetProperty (Property As String) As Object
Parameters
- Property
- String
Specifies the property.