←Select platform

Priority Property

Summary

Gets or sets the value of the Priority column for this row.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public int Priority { get; set; } 
<DebuggerNonUserCodeAttribute()>  
Public Property Priority() As Integer 
   Get 
   Set 
public:  
   [DebuggerNonUserCodeAttribute] 
   property int Priority 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

The value of the Priority column for this row.

Remarks

Priority of the cached item. This was specified when the item was saved to the cache, see CacheItemPriority enum for possible values.

Requirements

Target Platforms

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

Leadtools.Medical.Caching Assembly