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.Server.Context Namespace > ContextParticipant Class : SubjectsOfInterest Property |
public List<string> SubjectsOfInterest {get; set;}
'Declaration
Public Property SubjectsOfInterest As List(Of String)
'Usage
Dim instance As ContextParticipant Dim value As List(Of String) instance.SubjectsOfInterest = value value = instance.SubjectsOfInterest
public: property List<String^>^ SubjectsOfInterest { List<String^>^ get(); void set ( List<String^>^ value); }