LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Value Property






Gets or sets the value.
Syntax
public object Value {get; set;}
'Declaration
 
Public Property Value As Object
'Usage
 
Dim instance As ContextItem
Dim value As Object
 
instance.Value = value
 
value = instance.Value
public object Value {get; set;}
 get_Value();
set_Value(value);
public:
property Object^ Value {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The value of the context item.
Example
For an example refer to InitializeBinding.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContextItem Class
ContextItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.