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