Interface IExtension
Represents a region of arbitrary XML content
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IExtension
Properties
| Improve this Doc View SourceContent
Gets or sets the XML content. It is best to use the extension methods to get and set the appropriate values rather than accessing this array directly
Declaration
XmlElement[] Content { get; set; }
Property Value
Type | Description |
---|---|
System.Xml.XmlElement[] |