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



Gets or sets the modality name.

Syntax

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

Property Value

A System.String representing the modality name.

Requirements

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

See Also