WsFederationAuthenticationOptions.Wreply Property

Gets or sets the 'wreply'.

Namespace:  Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

'Declaration
Public Property Wreply As String 
    Get 
    Set
'Usage
Dim instance As WsFederationAuthenticationOptions 
Dim value As String 

value = instance.Wreply

instance.Wreply = value
public string Wreply { get; set; }
public:
property String^ Wreply {
    String^ get ();
    void set (String^ value);
}
member Wreply : string with get, set
function get Wreply () : String 
function set Wreply (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

WsFederationAuthenticationOptions Class

Microsoft.Owin.Security.WsFederation Namespace