Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Web Namespace > WebContextParticipant Class : ContextChangesPending Method |
public virtual string ContextChangesPending( int contextCoupon, ref string reason )
'Declaration
Public Overridable Function ContextChangesPending( _ ByVal contextCoupon As Integer, _ ByRef reason As String _ ) As String
'Usage
Dim instance As WebContextParticipant Dim contextCoupon As Integer Dim reason As String Dim value As String value = instance.ContextChangesPending(contextCoupon, reason)
public: virtual String^ ContextChangesPending( int contextCoupon, String^% reason )