MessageBodyDescription.WrapperNamespace 属性

定义

获取或设置 SOAP 正文元素中的包装元素的命名空间(如果有一个)。

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

属性值

String

包装元素的命名空间(如果有一个)。

适用于