IWebBrowser2.GetProperty Method
Gets the value associated with a user-defined property name.
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 returnValue As Object
returnValue = instance.GetProperty(Property)
Syntax
'Declaration
<DispIdAttribute(303)> _
Function GetProperty ( _
<InAttribute> Property As String _
) As Object
[DispIdAttribute(303)]
Object GetProperty (
[InAttribute] string Property
)
[DispIdAttribute(303)]
Object^ GetProperty (
[InAttribute] String^ Property
)
/** @attribute DispIdAttribute(303) */
Object GetProperty (
/** @attribute InAttribute() */ String Property
)
DispIdAttribute(303)
function GetProperty (
Property : String
) : Object
Parameters
- Property
Specifies the property.
Return Value
Type: Object
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.