Udostępnij za pośrednictwem


SendReply.Content Właściwość

Definicja

Pobiera lub ustawia zawartość wysyłaną SendReply przez działanie.

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

Wartość właściwości

SendContent

Zawartość do wysłania.

Uwagi

Zawartość może być jednym z następujących typów: SendMessageContent lub SendParametersContent. Użyj SendMessageContent polecenia podczas wysyłania Message typu kontraktu lub wiadomości. Użyj podczas wysyłania SendParametersContent typów kontraktów danych.

Dotyczy