共用方式為


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> 項目值。 如需這個類別所代表項目的詳細資訊,請參閱下列規格:Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0 (OASIS 安全性聲明標記語言 (SAML) V2.0 的聲明與通訊協定)。

適用於