TaskProcessingJobStatusDetails Property |
The free text details summarizing the job progress.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string Details { get; set; }
Public Property Details As String
Get
Set
public:
property String^ Details {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also