LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Description Property (ListViewStudiesInformation)

Show in webframe






Gets or sets the description.
Syntax
public string Description {get; set;}
'Declaration
 
Public Property Description As String
'Usage
 
Dim instance As ListViewStudiesInformation
Dim value As String
 
instance.Description = value
 
value = instance.Description

            

            
public: __property string* get_Description();
public: __property void set_Description( 
   string* value
);
public:
property string* Description {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the description of the ListViewStudiesInformation.
Requirements

Target Platforms

See Also

Reference

ListViewStudiesInformation Class
ListViewStudiesInformation Members

 

 


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