Intersoft ClientUI Documentation
MessageParams Property



Gets the array of the values of the message to be passed to the localized resource along with the MessageID.
Syntax
Public ReadOnly Property MessageParams As Object()
Dim instance As FileUploadResponseData
Dim value() As Object
 
value = instance.MessageParams
public object[] MessageParams {get;}
public:
property array<Object^>^ MessageParams {
   array<Object^>^ get();
}
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

FileUploadResponseData Class
FileUploadResponseData Members

Send Feedback