Interface IWebLayout2
Web Layout from v1.1.0 schema
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWebLayout2 : IWebLayout, IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceEnablePingServer
Gets or sets a value indicating whether [enable ping server].
Declaration
bool EnablePingServer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|