通过


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

适用于