ArcFM Responder Mobile Developer Guide
Name Property (DynamicExtensionBase)






The name of the Extension which will be displayed in the list of extensions shown in the ESRI Extensions dialog. The text will also be included in the Description pane of the ESRI Extensions dialog.
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As DynamicExtensionBase
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}
public read-write property Name: System.String; 
public function get,set Name : System.String
public: __property System.string* get_Name();
public: __property void set_Name( 
   System.string* value
);
public:
property System.String^ Name {
   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