WebFileOrderErrorDescription Property |
If an error occurs while processing the file order, then this property shows the last error message.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string ErrorDescription { get; set; }
Public Property ErrorDescription As String
Get
Set
public:
property String^ ErrorDescription {
String^ get ();
void set (String^ value);
}
member ErrorDescription : string with get, set
Property Value
Type:
StringSee Also