AddressCollection.List Property
Gets the underlying address list.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
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>> with get
Public ReadOnly Property List As IList(Of IDictionary(Of String, Object))
Property Value
Type: System.Collections.Generic.IList<IDictionary<String, Object>>
The underlying address list.
See Also
AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top