Items Property

Summary

Gets the items.

Syntax
C#
VB
C++
public IList<ContextItem> Items { get; } 
Public ReadOnly Property Items As IList(Of ContextItem) 
public: 
property IList<ContextItem^>^ Items { 
   IList<ContextItem^>^ get(); 
} 

Property Value

The items.

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

See Also

Reference

Subject Class

Subject Members

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

Leadtools.Ccow Assembly