AddressCollection.List Property

Gets the underlying address list.

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

Syntax

'Declaration
Public ReadOnly Property List As IList(Of IDictionary(Of String, Object))
    Get
'Usage
Dim instance As AddressCollection 
Dim value As IList(Of IDictionary(Of String, Object))

value = instance.List
public IList<IDictionary<string, Object>> List { get; }
public:
property IList<IDictionary<String^, Object^>^>^ List {
    IList<IDictionary<String^, Object^>^>^ get ();
}
member List : IList<IDictionary<string, Object>>
function get List () : IList<IDictionary<String, Object>>

Property Value

Type: System.Collections.Generic.IList<IDictionary<String, Object>>
The underlying address list.

See Also

Reference

AddressCollection Structure

Microsoft.Owin.BuilderProperties Namespace