Intersoft ClientUI Documentation
ResourceOverride Property (UXFileUpload)



Gets or sets the individual resource object to override the existing localized resource.
Syntax
Public Property ResourceOverride As UXFileUploadResource
Dim instance As UXFileUpload
Dim value As UXFileUploadResource
 
instance.ResourceOverride = value
 
value = instance.ResourceOverride
public UXFileUploadResource ResourceOverride {get; set;}
public:
property UXFileUploadResource^ ResourceOverride {
   UXFileUploadResource^ get();
   void set (    UXFileUploadResource^ 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

Reference

UXFileUpload Class
UXFileUpload Members

Send Feedback