MessageDescription.Properties Property

Definition

Gets a description of the properties of the SOAP message.

public:
 property System::ServiceModel::Description::MessagePropertyDescriptionCollection ^ Properties { System::ServiceModel::Description::MessagePropertyDescriptionCollection ^ get(); };
public System.ServiceModel.Description.MessagePropertyDescriptionCollection Properties { get; }
member this.Properties : System.ServiceModel.Description.MessagePropertyDescriptionCollection
Public ReadOnly Property Properties As MessagePropertyDescriptionCollection

Property Value

The MessagePropertyDescriptionCollection that contains the descriptions of the properties of the SOAP message.

Applies to