Leadtools.Dicom.Common.DataTypes.Modality Namespace > ScheduledStepAttribute Class : ScheduledProcedureStepId Property |
[ElementAttribute()] public string ScheduledProcedureStepId {get; set;}
'Declaration <ElementAttribute()> Public Property ScheduledProcedureStepId As String
'Usage Dim instance As ScheduledStepAttribute Dim value As String instance.ScheduledProcedureStepId = value value = instance.ScheduledProcedureStepId
[ElementAttribute()] public: property String^ ScheduledProcedureStepId { String^ get(); void set ( String^ value); }