Share via


Saml2Action.Value 属性

定义

获取或设置 Saml2AuthorizationDecisionStatement 的主题可对资源执行的操作。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

属性值

Saml2AuthorizationDecisionStatement 的主题可对资源执行的操作。

例外

尝试设置一个为 null 或一个空字符串的值。

注解

<saml:Action> 元素的值。 要深入了解此类表示的元素,请参阅以下规范:OASIS 安全断言标记语言 (SAML) 2.0 版的断言和协议

适用于