SendReply.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 or a message contract type. Use SendParametersContent when sending data contract types.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET