| ConfigurationManagerGetKeys Method |
Gets all keys that can be used to get or set data.
Namespace:
Dynamicweb.Configuration
Assembly:
Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax public ICollection<string> GetKeys()
Public Function GetKeys As ICollection(Of String)
Return Value
Type:
ICollectionStringkeys
See Also