ArcFM Responder Mobile Developer Guide
FeatureName Property






The name of the feature used for checking in/out from LicenseManager.
Syntax
'Declaration
 
Public Property FeatureName As System.String
'Usage
 
Dim instance As DynamicExtensionBase
Dim value As System.String
 
instance.FeatureName = value
 
value = instance.FeatureName
public System.string FeatureName {get; set;}
public read-write property FeatureName: System.String; 
public function get,set FeatureName : System.String
public: __property System.string* get_FeatureName();
public: __property void set_FeatureName( 
   System.string* value
);
public:
property System.String^ FeatureName {
   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