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