Gets or sets the Medium Type (2000,0030).
public string MediumType {get; set;}
'Declaration
Public Property MediumType As String
'Usage
Dim instance As DicomFilmSessionParameters
Dim value As String
instance.MediumType = value
value = instance.MediumType
public string MediumType {get; set;}
<br/>get_MediumType();<br/>set_MediumType(value);<br/>Object.defineProperty('MediumType');
public:
property String^ MediumType {
String^ get();
void set ( String^ value);
}
Property Value
The Medium Type (2000,0030).