ArcFM Responder Mobile Developer Guide
CustomProperty Property (MMMapSurroundFrameClass)






Syntax
'Declaration
 
Public Overridable Property CustomProperty As System.Object
'Usage
 
Dim instance As MMMapSurroundFrameClass
Dim value As System.Object
 
instance.CustomProperty = value
 
value = instance.CustomProperty
public virtual System.object CustomProperty {get; set;}
public read-write property CustomProperty: System.TObject; virtual; 
public function get,set CustomProperty : System.Object
public: __property virtual System.Object* get_CustomProperty();
public: __property virtual void set_CustomProperty( 
   System.Object* value
);
public:
virtual property System.Object^ CustomProperty {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMMapSurroundFrameClass Class
MMMapSurroundFrameClass Members

Send Feedback