Message.OnGetBodyAttribute(String, String) Method

Definition

Called when the attributes of the message body is retrieved.

protected:
 virtual System::String ^ OnGetBodyAttribute(System::String ^ localName, System::String ^ ns);
protected virtual string OnGetBodyAttribute (string localName, string ns);
abstract member OnGetBodyAttribute : string * string -> string
override this.OnGetBodyAttribute : string * string -> string
Protected Overridable Function OnGetBodyAttribute (localName As String, ns As String) As String

Parameters

localName
String

The local name of the XML node.

The name of the element that corresponds to this member. This string must be a valid XML element name.

ns
String

The namespace to which this XML element belongs.

The namespace URI of the element that corresponds to this member. The system does not validate any URIs other than transport addresses.

Returns

The attributes of the message body.

Applies to