 |
| BcfDataSetStateIdBehaviorValue Property |
Gets the state identifier.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic Guid Value { get; }Public ReadOnly Property Value As Guid
Get
public:
property Guid Value {
Guid get ();
}member Value : Guid with get
Property Value
Type:
GuidThe state identifier.
RemarksUndo and Redo will restore the value.
With base implementation a new identifier will be created each time right before a transaction (not a subtransaction) is committed.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also