Microsoft XML SDK 2.6 - XML Reference

getProperty Method (XMLDOMSelection)

Looks up a property by name.

strValue = objXMLDOMSelection.getProperty(name)

Parameters

name
String name of the property. This name is case-sensitive.

Remarks

The getProperty method returns the value for the SelectionLanguage that was set by calling the setProperty method on the document or the default value.

See Also

Applies To: XMLDOMSelection Object