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 Security Assertion Markup Language (SAML) V2.0 のアサーションとプロトコルの仕様をご覧ください。

適用対象