ArcFM Responder Mobile Developer Guide
MinerLicenseType Property






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