DictionaryElementItem Property  | 
 [Missing <summary> documentation for "P:Frontenac.Blueprints.DictionaryElement.Item(System.String)"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual Object this[
	string key
] { get; set; }Public Overridable Default Property Item ( 
	key As String
) As Object
	Get
	Set
public:
virtual property Object^ default[String^ key] {
	Object^ get (String^ key);
	void set (String^ key, Object^ value);
}abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- key
 - Type: SystemString
 
Property Value
Type: 
ObjectImplements
IDictionaryTKey, TValueItemTKey
See Also