The Descriptor Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets the data-bin descriptor for the ModelElement.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Descriptor As BinDescriptor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ModelElement Dim value As BinDescriptor value = instance.Descriptor |
C# | |
---|---|
public BinDescriptor Descriptor {get;} |
C++/CLI | |
---|---|
public: property BinDescriptor^ Descriptor { BinDescriptor^ get(); } |
Property Value
A BinDescriptor which describes the data-bins for server cache management.For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
The descriptor could be either an Leadtools.Jpip.Caching.ExplicitBinDescriptor or an Leadtools.Jpip.Caching.ImplicitBinDescriptor type.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7