DataProcessingFinishedScript Property
In This Topic
Gets or sets a script that is executed when data processing of the current object has completed.
Syntax
'Declaration
Public Property DataProcessingFinishedScript As String
public string DataProcessingFinishedScript {get; set;}
See Also