←Select platform

Dependency Property

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public string Dependency { get; set; } 
<DebuggerNonUserCodeAttribute()>  
Public Property Dependency() As String 
   Get 
   Set 
public:  
   [DebuggerNonUserCodeAttribute] 
   property String^ Dependency 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The value of the Dependency Date column for this row.

Remarks

If the item cached has a further dependency (like a binary file, image...etc). This property will have the full name/path/url...etc of it.

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