Intersoft ClientUI Documentation
ServiceUrl Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXFileUpload Class : ServiceUrl Property






Gets or sets the web address of the server-side upload service/handler.

Syntax

Visual Basic (Declaration) 
<ScriptableMemberAttribute()>
<CategoryAttribute("Common Properties")>
Public Property ServiceUrl As String
Visual Basic (Usage)Copy Code
Dim instance As UXFileUpload
Dim value As String
 
instance.ServiceUrl = value
 
value = instance.ServiceUrl
C# 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public string ServiceUrl {get; set;}
Delphi 
public read-write property ServiceUrl: String; 
JScript 
ScriptableMemberAttribute()
CategoryAttribute("Common Properties")
public function get,set ServiceUrl : String
Managed Extensions for C++ 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public: __property string* get_ServiceUrl();
public: __property void set_ServiceUrl( 
   string* value
);
C++/CLI 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public:
property String^ ServiceUrl {
   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 All Rights Reserved.