IMyGridProgramStorage Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Gets or sets the storage string for this grid program.
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Storage { get; set; }
Property Storage As String
Get
Set
property String^ Storage {
String^ get ();
void set (String^ value);
}
abstract Storage : string with get, set
Property Value
Type:
StringSee Also