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