WsFederationOptions.Wreply 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置“wreply”。 CallbackPath 必须设置为匹配或清除,以便可以动态生成它。 此字段是可选的。 如果未设置,则将从当前请求和 CallbackPath 生成它。
public:
property System::String ^ Wreply { System::String ^ get(); void set(System::String ^ value); };
public string Wreply { get; set; }
public string? Wreply { get; set; }
member this.Wreply : string with get, set
Public Property Wreply As String