Gets the most recent context coupon.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property MostRecentContextCoupon As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IContextManager
Dim value As Integer
value = instance.MostRecentContextCoupon |
C# | |
---|
int MostRecentContextCoupon {get;} |
C++/CLI | |
---|
property int MostRecentContextCoupon {
int get();
} |
Property Value
Represents the previously committed transaction.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also