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






Determines whether the file contains error thrown from server.

Syntax

Visual Basic (Declaration) 
Public Property HasServerError As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfo
Dim value As Boolean
 
instance.HasServerError = value
 
value = instance.HasServerError
C# 
public bool HasServerError {get; set;}
Delphi 
public read-write property HasServerError: Boolean; 
JScript 
public function get,set HasServerError : boolean
Managed Extensions for C++ 
public: __property bool get_HasServerError();
public: __property void set_HasServerError( 
   bool value
);
C++/CLI 
public:
property bool HasServerError {
   bool get();
   void set (    bool 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.