Interface IInvokeScriptCommand
An invoke script command
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IInvokeScriptCommand : ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceScript
Gets or sets the script.
Declaration
string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String | The script. |