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






Glossary Item Box

Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Client Script Directory")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.")>
Public Property WebDesktopScriptDirectory As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As System.String
 
instance.WebDesktopScriptDirectory = value
 
value = instance.WebDesktopScriptDirectory
C# 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Script Directory")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.")]
public System.string WebDesktopScriptDirectory {get; set;}
Delphi 
public read-write property WebDesktopScriptDirectory: System.String; 
JScript 
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Client Script Directory")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.")
public function get,set WebDesktopScriptDirectory : System.String
Managed Extensions for C++ 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Script Directory")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.")]
public: __property System.string* get_WebDesktopScriptDirectory();
public: __property void set_WebDesktopScriptDirectory( 
   System.string* value
);
C++/CLI 
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Client Script Directory")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the IIS path to locate WebDesktop's script directory. This property is only applicable when SmartWebResources is not enabled.")]
public:
property System.String^ WebDesktopScriptDirectory {
   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.