共用方式為


WSFederationMessage.Action 屬性

定義

取得或設定訊息的 wa 參數。

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

屬性值

wa 參數的值。

例外狀況

嘗試設定為 為 或 null 為空的值。

備註

wa 參數指定要執行的動作。 例如,登入情境 Action 中屬性設為「wsignin1.0」,登出情境設定為「wsignout1.0」。 wa 參數是必須的,因此此屬性不能設為 null 或 空字串。

適用於