ArcFM Responder Mobile Developer Guide
FeatureDescription Property






A brief explanation of what the extension provides. The text will be included in the Description pane of the ESRI Extensions dialog.
Syntax
'Declaration
 
Public Property FeatureDescription As System.String
'Usage
 
Dim instance As DynamicExtensionBase
Dim value As System.String
 
instance.FeatureDescription = value
 
value = instance.FeatureDescription
public System.string FeatureDescription {get; set;}
public read-write property FeatureDescription: System.String; 
public function get,set FeatureDescription : System.String
public: __property System.string* get_FeatureDescription();
public: __property void set_FeatureDescription( 
   System.string* value
);
public:
property System.String^ FeatureDescription {
   System.String^ get();
   void set (    System.String^ 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

DynamicExtensionBase Class
DynamicExtensionBase Members

Send Feedback