MessageBodyDescription.WrapperNamespace Property

Definition

Gets or sets the namespace of the wrapper element in the SOAP body if there is one.

public:
 property System::String ^ WrapperNamespace { System::String ^ get(); void set(System::String ^ value); };
public string WrapperNamespace { get; set; }
member this.WrapperNamespace : string with get, set
Public Property WrapperNamespace As String

Property Value

The namespace of the wrapper element if there is one.

Applies to