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

Data Property (WindowLevelInformationArgument)







Gets or sets the WindowLevelInformationArgumentData that represents the data for the argument.
Syntax
public WindowLevelInformationArgumentData Data {get; set;}
'Declaration
 
Public Property Data As WindowLevelInformationArgumentData
'Usage
 
Dim instance As WindowLevelInformationArgument
Dim value As WindowLevelInformationArgumentData
 
instance.Data = value
 
value = instance.Data
public WindowLevelInformationArgumentData Data {get; set;}
 get_Data();
set_Data(value);
public: __property WindowLevelInformationArgumentData* get_Data();
public: __property void set_Data( 
   WindowLevelInformationArgumentData* value
);
public:
property WindowLevelInformationArgumentData* Data {
   WindowLevelInformationArgumentData* get();
   void set (    WindowLevelInformationArgumentData* value);
}

Property Value

The WindowLevelInformationArgumentData that represents the data for the argument.
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

WindowLevelInformationArgument Class
WindowLevelInformationArgument Members

 

 


Products | Support | Contact Us | Copyright Notices

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