MessageDescription.Properties 属性

定义

获取 SOAP 消息属性的说明。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

属性值

MessagePropertyDescriptionCollection

包含 SOAP 消息属性的说明的 MessagePropertyDescriptionCollectionThe MessagePropertyDescriptionCollection that contains the descriptions of the properties of the SOAP message.

适用于