HttpFilterCollection.Count Property

 

Gets the number of elements in the collection.

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

Syntax

public int Count { get; }
public:
property int Count {
    int get();
}
member Count : int with get
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of elements in the collection.

See Also

HttpFilterCollection Class
System.Web.Http.Filters Namespace

Return to top