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