Share via


RSTRResult.Status Property

 

Gets or sets the RSTRStatus.

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

Syntax

public RSTRStatus Status { get; set; }
public:
property RSTRStatus Status {
    RSTRStatus get();
    void set(RSTRStatus value);
}
member Status : RSTRStatus with get, set
Public Property Status As RSTRStatus

Property Value

Type: System.Web.Security.SingleSignOn.RSTRStatus

The RSTRStatus.

See Also

RSTRResult Class
System.Web.Security.SingleSignOn Namespace

Return to top