WMI2OMAdapter.CollectionToString(Object, XmlElement, Boolean) Method

Definition

protected public:
 System::String ^ CollectionToString(System::Object ^ items, System::Xml::XmlElement ^ elProperty, bool fList);
protected internal string CollectionToString (object items, System.Xml.XmlElement elProperty, bool fList);
member this.CollectionToString : obj * System.Xml.XmlElement * bool -> string
Protected Friend Function CollectionToString (items As Object, elProperty As XmlElement, fList As Boolean) As String

Parameters

items
Object
elProperty
XmlElement
fList
Boolean

Returns

String

Applies to