共用方式為


WSFederationElement.Request 屬性

定義

取得或設定 request 屬性。

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

屬性值

包含語彙基元發佈要求的字串。 預設為空字串。 設定 WS-Federation 登入要求 wreq 參數。 選擇性。

屬性

適用於

另請參閱