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