Interface ICustomInfoDictionary
Provides access to the custom configuration variables that are stored object's custom data area dedicated wholely to the application extensions.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public interface ICustomInfoDictionary
Properties
Name | Description |
---|---|
this[string] | Accesses the element with the specified key. |
Methods
Name | Description |
---|---|
Add(string, string) | Adds an element with the provided key and value to the collection. |
ContainsKey(string) | Determines whether the collection contains an element with the specified key. |
Remove(string) | Removes the element with the specified key from the collection. |
TryGetValue(string, out string) | Gets the value associated with the specified key. |