Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

Modality Property






Gets or sets the modality name.
Syntax
[DataMemberAttribute()]
public string Modality {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property Modality As String
'Usage
 
Dim instance As Series
Dim value As String
 
instance.Modality = value
 
value = instance.Modality

            

            
[DataMemberAttribute()]
public:
property String^ Modality {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the modality name.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

Error processing SSI file