| EventInformationTaskFailureReason Property |
diaGlobWrapper Help
Returns the content of the task failure reason when an event of type TaskFailed is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic string TaskFailureReason { get; }Public ReadOnly Property TaskFailureReason As String
Get
public:
property String^ TaskFailureReason {
String^ get ();
}member TaskFailureReason : string with get
Property Value
Type:
String
See Also