ArcFM Responder Mobile Developer Guide
LicenseElement Property






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

GlobalServerReplicaElement Class
GlobalServerReplicaElement Members

Send Feedback