Class UploadResult
Represents the result of an upload operation.
public sealed class UploadResult
- Inheritance
-
UploadResult
- Inherited Members
Properties
ErrorMessage
Gets or sets the error message if the upload failed.
public string? ErrorMessage { get; set; }
Property Value
ExecutionCount
Gets or sets the number of executions uploaded.
public int ExecutionCount { get; set; }
Property Value
ReceiptId
Gets or sets the receipt ID from the server.
public string? ReceiptId { get; set; }
Property Value
Success
Gets or sets a value indicating whether the upload was successful.
public bool Success { get; set; }