Send.Content Property

Definition

Gets or sets the content sent by the Send activity.

public:
 property System::ServiceModel::Activities::SendContent ^ Content { System::ServiceModel::Activities::SendContent ^ get(); void set(System::ServiceModel::Activities::SendContent ^ value); };
public System.ServiceModel.Activities.SendContent Content { get; set; }
member this.Content : System.ServiceModel.Activities.SendContent with get, set
Public Property Content As SendContent

Property Value

The content to send.

Remarks

The content can be one of the following types: SendMessageContent or SendParametersContent. Use SendMessageContent when sending a message Message or a message contract type. Use SendParametersContent when sending data contract types.

Applies to