Gets or sets the Scheduled Performing Physician Name Middle Name.
public string ScheduledPerformingPhysicianNameMiddleName {get; set;}
'Declaration
Public Property ScheduledPerformingPhysicianNameMiddleName As String
'Usage
Dim instance As MWLDataset.ScheduledProcedureStepRow
Dim value As String
instance.ScheduledPerformingPhysicianNameMiddleName = value
value = instance.ScheduledPerformingPhysicianNameMiddleName
public:
property String^ ScheduledPerformingPhysicianNameMiddleName {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String representing the Scheduled Performing Physician Name Middle Name.