LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Data Property (IWorkstationArgument<D,T>)

Show in webframe






Gets or sets the argument data.
Syntax
D Data {get; set;}
'Declaration
 
Property Data As D
'Usage
 
Dim instance As IWorkstationArgument(Of D,T)
Dim value As D
 
instance.Data = value
 
value = instance.Data

            

            
__property D* get_Data();
__property void set_Data( 
   D* value
);
property D* Data {
   D* get();
   void set (    D* value);
}

Property Value

The argument data.
Requirements

Target Platforms

See Also

Reference

IWorkstationArgument<D,T> Interface
IWorkstationArgument<D,T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.