Inheritance: System.Windows.Forms.Form
 public PropertyPage()
 {
     propertyPage = new PropertyForm();
     m_serverObjectType = "MapServer";
     // Must be the same name used when registering the SOE.
     m_extensionType = "NetSimpleRESTSOEWithProperties";
 }