WSFederationElement.Reply プロパティ

定義

reply 属性を取得または設定します。

public:
 property System::String ^ Reply { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("reply", IsRequired=false)]
public string Reply { get; set; }
[<System.Configuration.ConfigurationProperty("reply", IsRequired=false)>]
member this.Reply : string with get, set
Public Property Reply As String

プロパティ値

返信するアドレスの URI を含む文字列。 既定値は空の文字列です。 WS-Federation サインイン要求で wreply パラメーターを設定します。 省略可能。

属性

適用対象

こちらもご覧ください