共用方式為


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 或空字串。

適用於