SoapAttributeNames.MustUnderstand Field
Specifies the MustUnderstand attribute of the SOAP Header that indicates whether the processing of a SOAP header is mandatory or optional. Value is always "mustUnderstand"
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = SoapAttributeNames.MustUnderstand
Syntax
'Declaration
Public Const MustUnderstand As String
public const string MustUnderstand;
public:
literal String^ MustUnderstand;
public static final System.String MustUnderstand;
public var MustUnderstand : String;
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapAttributeNames Class
SoapAttributeNames Members
Microsoft.Web.Services3 Namespace