ArcFM Responder Mobile Developer Guide
EsriLicenseType Property






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="EsriLicenseType", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property EsriLicenseType As EsriLicenseType
'Usage
 
Dim instance As LicenseElement
Dim value As EsriLicenseType
 
instance.EsriLicenseType = value
 
value = instance.EsriLicenseType
[System.Configuration.ConfigurationProperty(Name="EsriLicenseType", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public EsriLicenseType EsriLicenseType {get; set;}
public read-write property EsriLicenseType: EsriLicenseType; 
System.Configuration.ConfigurationPropertyAttribute(Name="EsriLicenseType", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set EsriLicenseType : EsriLicenseType
[System.Configuration.ConfigurationProperty(Name="EsriLicenseType", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public: __property EsriLicenseType get_EsriLicenseType();
public: __property void set_EsriLicenseType( 
   EsriLicenseType value
);
[System.Configuration.ConfigurationProperty(Name="EsriLicenseType", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property EsriLicenseType EsriLicenseType {
   EsriLicenseType get();
   void set (    EsriLicenseType 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

LicenseElement Class
LicenseElement Members

Send Feedback