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
- name
Type: System.String
Return Value
Type: System.Object
Implements
IXMLDOMDocument3.getProperty(String)
IXMLDOMDocument2.getProperty(String)