Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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