This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.igloo15.Helper.
                            
	
		Summary
            Indexer for the project data it will search in order the following data: Public, Private, Arguments
            
		- Assembly
 - Cake
.igloo15 .Helper .dll  - Namespace
 - Cake
.igloo15 .Helper  - Containing Type
 - ProjectData
 
Syntax
public object this[string key] { get; set; }
	Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | 
Value
| Type | Description | 
|---|---|
| object | The value to be set at key | 
