This documentation is archived and is not being maintained.
SoapHeaderFaultBinding.Part Property
.NET Framework 1.1
Gets or sets a value indicating which MessagePart within the XML Web service the SoapHeaderFaultBinding applies to.
[Visual Basic] Public Property Part As String [C#] public string Part {get; set;} [C++] public: __property String* get_Part(); public: __property void set_Part(String*); [JScript] public function get Part() : String; public function set Part(String);
Property Value
The Name of the MessagePart to which the SoapHeaderFaultBinding applies.
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: