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