AddressCollection.Count Property

Gets the number of elements in the collection.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As AddressCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of elements in the collection.

See Also

Reference

AddressCollection Structure

Microsoft.Owin.BuilderProperties Namespace