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