| MyGridProgramEcho Property | 
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
                Prints out text onto the currently running programmable block's detail info area.
            
 
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Action<string> Echo { get; protected set; }Public Property Echo As Action(Of String)
	Get
	Protected Set
public:
property Action<String^>^ Echo {
	Action<String^>^ get ();
	protected: void set (Action<String^>^ value);
}member Echo : Action<string> with get, set
Property Value
Type: 
ActionString See Also
See Also