Context Property

Summary

Gets the list of updated context items.

Syntax
C#
VB
C++
public List<ContextItem> Context { get; } 
Public Overridable ReadOnly Property Context() As System.Collections.Generic.List(Of ContextItem) 
 Get 
public: virtual property System.Collections.Generic.List<ContextItem^ >^  Context 
{ 
 System.Collections.Generic.List<ContextItem^ >^  get() 
} 

Property Value

A list of updated context items.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly