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