Share via


ClaimFilteringTransform.Inactive Property

 

Gets or sets a Boolean that indicates whether the filtering transform is inactive.

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

Syntax

public bool Inactive { get; set; }
public:
property bool Inactive {
    bool get();
    void set(bool value);
}
member Inactive : bool with get, set
Public Property Inactive As Boolean

Property Value

Type: System.Boolean

A Boolean that indicates whether the filtering transform is inactive.

See Also

ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top