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

适用于