WMI2OMAdapter.GetProperties(Object, XmlElement, XmlElement, Boolean) Method

Definition

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

Returns

String

Applies to