SettingsStore.Collections Property
Gets a list of the names of available collections for the data store.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public IEnumerable<string> Collections { get; }
public:
property IEnumerable<String^>^ Collections {
IEnumerable<String^>^ get();
}
Public ReadOnly Property Collections As IEnumerable(Of String)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
A IEnumerable<T> list that contains collection names.
See Also
SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top