Descriptor Property

Summary

Gets the data-bin descriptor for the ModelElement.

Syntax
C#
VB
C++
public BinDescriptor Descriptor { get; } 
  
Public ReadOnly Property Descriptor As BinDescriptor 
public: 
property BinDescriptor^ Descriptor { 
   BinDescriptor^ get(); 
} 

Property Value

A BinDescriptor which describes the data-bins for server cache management.

Remarks

The descriptor can either be an ExplicitBinDescriptor or an ImplicitBinDescriptor type.

Example

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

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.Jpip Assembly