WSFederationMessage.Action 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定訊息的 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
或空字串。