SendPortGroup2SendPort.AddProperty(XmlElement, String, String) Method

Definition

protected:
 System::Xml::XmlElement ^ AddProperty(System::Xml::XmlElement ^ elParent, System::String ^ propertyName, System::String ^ propertyValue);
protected System.Xml.XmlElement AddProperty (System.Xml.XmlElement elParent, string propertyName, string propertyValue);
member this.AddProperty : System.Xml.XmlElement * string * string -> System.Xml.XmlElement
Protected Function AddProperty (elParent As XmlElement, propertyName As String, propertyValue As String) As XmlElement

Parameters

elParent
XmlElement
propertyName
String
propertyValue
String

Returns

XmlElement

Applies to