Share via


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

属性值

一个字符串,包含要答复的地址的 URL。 默认值为一个空字符串。 设置 WS-Federation 登录请求中的 wreply 参数。 可选。

属性

适用于

另请参阅