WMI2OMAdapter.GetProperty(XmlElement, XmlElement, String, Object) 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.
protected public:
System::Object ^ GetProperty(System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, System::String ^ propertyName, System::Object ^ instance);
protected internal object GetProperty (System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, string propertyName, object instance);
member this.GetProperty : System.Xml.XmlElement * System.Xml.XmlElement * string * obj -> obj
Protected Friend Function GetProperty (elTargetNode As XmlElement, elCommand As XmlElement, propertyName As String, instance As Object) As Object
Parameters
- elTargetNode
- XmlElement
- elCommand
- XmlElement
- propertyName
- String
- instance
- Object