Search Results for

    Show / Hide Table of Contents

    Interface IInvokeScriptCommand

    An invoke script command

    Inherited Members
    ICommand.Name
    ICommand.Label
    ICommand.TargetViewer
    ILocalizable.Tooltip
    ILocalizable.Description
    ILocalizable.ImageURL
    ILocalizable.DisabledImageURL
    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 Source

    Script

    Gets or sets the script.

    Declaration
    string Script { get; set; }
    Property Value
    Type Description
    System.String

    The script.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng