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