Share via


DOMNodeWrapper.getProperty method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function getProperty ( _
    name As String _
) As Object
'Usage
Dim instance As DOMNodeWrapper
Dim name As String
Dim returnValue As Object

returnValue = instance.getProperty(name)
public Object getProperty(
    string name
)

Parameters

Return value

Type: System.Object

Implements

IXMLDOMDocument3.getProperty(String)
IXMLDOMDocument2.getProperty(String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace