LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
StudyDescription Property
See Also 
Leadtools.Dicom.Web Namespace > Study Class : StudyDescription Property



Gets or sets the study description.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property StudyDescription As String
Visual Basic (Usage)Copy Code
Dim instance As Study
Dim value As String
 
instance.StudyDescription = value
 
value = instance.StudyDescription
C# 
[DataMemberAttribute()]
public string StudyDescription {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property String^ StudyDescription {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the study description.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also