This documentation is archived and is not being maintained.
SoapHeaderFaultBinding.Use Property
.NET Framework 1.1
Specifies whether the header is encoded using rules specified by the Encoding property, or is encapsulated within a concrete schema.
[Visual Basic] Public Property Use As SoapBindingUse [C#] public SoapBindingUse Use {get; set;} [C++] public: __property SoapBindingUse get_Use(); public: __property void set_Use(SoapBindingUse); [JScript] public function get Use() : SoapBindingUse; public function set Use(SoapBindingUse);
Property Value
One of the SoapBindingUse values. The default is Default.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SoapHeaderFaultBinding Class | SoapHeaderFaultBinding Members | System.Web.Services.Description Namespace
Show: