SendPortGroup2SendPort.AddProperty(XmlElement, String, String) 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:
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