SendActivity.ReturnValuePropertyName 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性名稱,此名稱可用於服務傳送的傳回值 (該服務是 SendActivity
活動的通訊對象)。
public: System::String ^ ReturnValuePropertyName;
public const string ReturnValuePropertyName;
val mutable ReturnValuePropertyName : string
Public Const ReturnValuePropertyName As String
欄位值
範例
下列範例會示範如何存取 ReturnValuePropertyName
欄位。
string retValName = SendActivity.ReturnValuePropertyName;
備註
此字串可用來從擷取來自 ParameterBindings 事件處理常式中與 SendActivity 活動關聯之 AfterResponse 的傳回值。