NameTypeConfigurationCollectionItem Property |
[Missing <summary> documentation for "P:X3Platform.Configuration.NameTypeConfigurationCollection.Item(System.String)"]
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic NameTypeConfigurationElement this[
string name
] { get; set; }
public:
property NameTypeConfigurationElement^ default[String^ name] {
NameTypeConfigurationElement^ get (String^ name);
void set (String^ name, NameTypeConfigurationElement^ value);
}
Parameters
- name
- Type: SystemString
Property Value
Type:
NameTypeConfigurationElement
See Also