FilterInfo.Instance Property

 

Gets or sets an instance of the FilterInfo.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public IFilter Instance {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IFilter^ Instance {
    [CompilerGeneratedAttribute]
    IFilter^ get();
    [CompilerGeneratedAttribute]
    private: void set(IFilter^ value);
}
member Instance : IFilter with get, private set
Public Property Instance As IFilter
    Get
    Private Set
End Property

Property Value

Type: System.Web.Http.Filters.IFilter

A FilterInfo.

See Also

FilterInfo Class
System.Web.Http.Filters Namespace

Return to top