LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Data Property (WindowLevelInformationArgument)

Show in webframe






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: __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

See Also

Reference

WindowLevelInformationArgument Class
WindowLevelInformationArgument Members

 

 


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