AddressCollection.Count Property
Gets the number of elements in the collection.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.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
AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top