Enables a participant in a common context session to obtain the names of common and secure subject the items in the common context.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ISecureContextData
Dim contextCoupon As Integer
Dim value As Object
value = instance.GetItemNames(contextCoupon) |
Parameters
- contextCoupon
- The context coupon.
Return Value
A string array containing the common subject context item names that represent the state of the common context as it was when the most recently committed transaction was completed.
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