Gets or sets the Commentsonthe Performed Procedure Step.
            
            
            
            
            
            
            
            public string CommentsonthePerformedProcedureStep {get; set;}
             
        
            
            'Declaration
 
Public Property CommentsonthePerformedProcedureStep As String
             
        
            
            'Usage
 
Dim instance As MPPSDataset.PPSInformationRow
Dim value As String
 
instance.CommentsonthePerformedProcedureStep = value
 
value = instance.CommentsonthePerformedProcedureStep
             
        
            
        
            
        
            
            public:
property String^ CommentsonthePerformedProcedureStep {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
A 
System.String representing the Commentsonthe Performed Procedure Step.