| KeyValueConfigurationCollectionItem Property (String) |
[Missing <summary> documentation for "P:Activsoft.Engine.KeyValueConfigurationCollection.Item(System.String)"]
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string this[
string name
] { get; set; }Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}member Item : string with get, set
Parameters
- name
- Type: SystemString
Property Value
Type:
String
See Also