WSFederationElement.Resource プロパティ

定義

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

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

プロパティ値

WS-Federation のリソース値の URI を含む文字列。 既定値は空の文字列です。 要求 WS-Federation サインインの要求 wres パラメーターを設定します。 省略可能。

属性

適用対象

こちらもご覧ください