Share via


SettingsCollection<T>.Items Property

 

Gets an enumerator of items in this collection.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

public IEnumerable<T> Items { get; }
public:
property IEnumerable<T>^ Items {
    IEnumerable<T>^ get();
}
Public ReadOnly Property Items As IEnumerable(Of T)

Property Value

Type: System.Collections.Generic.IEnumerable<T>

An IEnumerable<T> list of items.

See Also

SettingsCollection<T> Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top