Share via


DebugLogSwitch.Flags Property

 

This class supports the AD FS infrastructure and is not intended to be used directly from your code. Gets or sets debug tracing flags.

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

Syntax

public int Flags { get; set; }
public:
property int Flags {
    int get();
    void set(int value);
}
member Flags : int with get, set
Public Property Flags As Integer

Property Value

Type: System.Int32

The debug tracing flags.

See Also

DebugLogSwitch Class
System.Web.Security.SingleSignOn Namespace

Return to top