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






Glossary Item Box

Syntax

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

©2013 Intersoft Solutions Corp. All Rights Reserved.