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.Services Namespace > CcowService Class : CreateContextParticipant Method |
protected virtual WebContextParticipant CreateContextParticipant( string contextParticipant )
'Declaration
Protected Overridable Function CreateContextParticipant( _ ByVal contextParticipant As String _ ) As WebContextParticipant
'Usage
Dim instance As CcowService Dim contextParticipant As String Dim value As WebContextParticipant value = instance.CreateContextParticipant(contextParticipant)
protected: virtual WebContextParticipant^ CreateContextParticipant( String^ contextParticipant )