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






Gets or sets the license key of the components that is needed to run at production server or development machine without installing the whole components.

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 WebGrid
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);
}

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.