Intersoft WebCombo Documentation
RuntimeLicenseKey Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : RuntimeLicenseKey Property






The runtime license key for xcopy deployment. Registered customers please obtain through Intersoft Developer Network.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The runtime license key for xcopy deployment. Registered customers please obtain the key through Intersoft Developer Network.")>
<ISNet.PersistLayoutAttribute(False)>
Public Overridable Property RuntimeLicenseKey As String
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As String
 
instance.RuntimeLicenseKey = value
 
value = instance.RuntimeLicenseKey
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The runtime license key for xcopy deployment. Registered customers please obtain the key through Intersoft Developer Network.")]
[ISNet.PersistLayoutAttribute(false)]
public virtual string RuntimeLicenseKey {get; set;}
Delphi 
public read-write property RuntimeLicenseKey: String; virtual; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The runtime license key for xcopy deployment. Registered customers please obtain the key through Intersoft Developer Network.")
ISNet.PersistLayoutAttribute()
public function get,set RuntimeLicenseKey : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The runtime license key for xcopy deployment. Registered customers please obtain the key through Intersoft Developer Network.")]
[ISNet.PersistLayoutAttribute(false)]
public: __property virtual string* get_RuntimeLicenseKey();
public: __property virtual void set_RuntimeLicenseKey( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The runtime license key for xcopy deployment. Registered customers please obtain the key through Intersoft Developer Network.")]
[ISNet.PersistLayoutAttribute(false)]
public:
virtual property String^ RuntimeLicenseKey {
   String^ get();
   void set (    String^ value);
}

Remarks

RuntimeLicenseKey is required in order to license the components so it works properly in production environment. When the runtime key is used in production environment, the component cannot be used in design time for further development purpose.

Runtime license key is different with design-time license key that you get during purchase.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.