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






Gets the current FileUploadSession object.

Syntax

Visual Basic (Declaration) 
<ScriptableMemberAttribute()>
Public ReadOnly Property CurrentSession As FileUploadSession
Visual Basic (Usage)Copy Code
Dim instance As UXFileUpload
Dim value As FileUploadSession
 
value = instance.CurrentSession
C# 
[ScriptableMemberAttribute()]
public FileUploadSession CurrentSession {get;}
Delphi 
public read-only property CurrentSession: FileUploadSession; 
JScript 
ScriptableMemberAttribute()
public function get CurrentSession : FileUploadSession
Managed Extensions for C++ 
[ScriptableMemberAttribute()]
public: __property FileUploadSession* get_CurrentSession();
C++/CLI 
[ScriptableMemberAttribute()]
public:
property FileUploadSession^ CurrentSession {
   FileUploadSession^ get();
}

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.