Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.Modality Namespace > ScheduledStepAttribute Class : RequestedProcedureDescription Property |
[ElementAttribute()] public string RequestedProcedureDescription {get; set;}
'Declaration
<ElementAttribute()> Public Property RequestedProcedureDescription As String
'Usage
Dim instance As ScheduledStepAttribute Dim value As String instance.RequestedProcedureDescription = value value = instance.RequestedProcedureDescription
[ElementAttribute()] public: property String^ RequestedProcedureDescription { String^ get(); void set ( String^ value); }