Gets or sets a value indicating which parts of the transmitted message appear within the SOAP body portion of the transmission.
Documentation for this section has not yet been entered.
Some parts of the transmitted message can appear in portions other than the SOAP body, such as when SOAP is used with a System.Web.Services.Description.MimeMultipartRelatedBinding. In such a case, the other members of the MimePart.Extensions property determine the locations of other parts of the message.
This property returns exactly the same information as the SoapBodyBinding.Parts property, but the results are returned within a space-delimited string rather than within an array. PartsString is used internally for xml serialization and shouldn't be called directly. To return the transmitted message parts appearing within the SOAP body portion of the transmission, use the SoapBodyBinding.Parts property.