Share via


ProxyInformation.LsUrlStr Property

 

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string LsUrlStr { get; set; }
public:
property String^ LsUrlStr {
    String^ get();
    void set(String^ value);
}
member LsUrlStr : string with get, set
Public Property LsUrlStr As String

Property Value

Type: System.String

The LS URL string.

See Also

ProxyInformation Class
System.Web.Security.SingleSignOn Namespace

Return to top