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