Northwoods.GoSilverlight 1.3.5 Assembly
TransactionResult Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : TransactionResult Property

Gets or sets the name of the transaction to be committed; if null, the transaction will be rolled back.

Syntax

Visual Basic (Declaration) 
Protected Property TransactionResult As String
C# 
protected string TransactionResult {get; set;}

Property Value

The default value is null; DiagramTool.StartTransaction will also set this to null.

Remarks

If this is non-null at the time of a call to DiagramTool.StopTransaction, this results in a call to Northwoods.GoXam.Diagram.CommitTransaction with this transaction name; if this is null at that time, this results in a call to Northwoods.GoXam.Diagram.RollbackTransaction.

Requirements

See Also

© 2012 All Rights Reserved.