SendReply.Content Propriedade

Definição

Obtém ou define o conteúdo enviado pela atividade SendReply.Gets or sets the content sent by the SendReply 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

Valor da propriedade

SendContent

O conteúdo a ser enviado.The content to send.

Comentários

O conteúdo pode ser um dos seguintes tipos: SendMessageContent ou SendParametersContent .The content can be one of the following types: SendMessageContent or SendParametersContent. Use SendMessageContent ao enviar um Message ou um tipo de contrato de mensagem.Use SendMessageContent when sending a Message or a message contract type. Use SendParametersContent ao enviar tipos de contrato de dados.Use SendParametersContent when sending data contract types.

Aplica-se a