GoDiagram Web Reference
TransactionResult Property

Gets or sets whether to abort the current transaction if this tool is stopped; if set to a string, the string specifies the name of the transaction that will be finished when the tool stops.
Syntax
'Declaration
 
Public Property TransactionResult As String
public string TransactionResult {get; set;}
Remarks
This determines whether StopTransaction calls GoView.AbortTransaction or GoView.FinishTransaction, depending on whether the value is null or a String.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoTool Class
GoTool Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback