←Select platform

BinDescriptors Property

Summary

Gets a collection of ModelElement data-bin descriptors.

Syntax

C#
VB
C++
public Collection<ModelElement> BinDescriptors { get; } 
  
Public ReadOnly Property BinDescriptors As Collection(Of ModelElement) 
public: 
property Collection<ModelElement^>^ BinDescriptors { 
   Collection<ModelElement^>^ get(); 
} 

Property Value

A Collection of ModelElement objects which identifies a data-bin or a range of data-bins, about which cache information is being signaled.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

See Also

Reference

ModelItem Class

ModelItem Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly