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 Namespace > CcowServer Class : Sessions Property |
public static ObservableCollection<WeakReference> Sessions {get;}
'Declaration
Public Shared ReadOnly Property Sessions As ObservableCollection(Of WeakReference)
'Usage
Dim value As ObservableCollection(Of WeakReference) value = CcowServer.Sessions
public: static property ObservableCollection<WeakReference^>^ Sessions { ObservableCollection<WeakReference^>^ get(); }